Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 204ec3a8a895ae5700811efd516cad83 > files > 31

libzdb-devel-2.8.1-1.fc15.i686.rpm

<html>
<body>
<h2>PostgreSQL URL properties</h2>
<table border="1">
<tr>
<td><strong>Option</strong></td>
<td><strong>Description</strong></td>
<td><strong>Type</strong></td>
<td><strong>Example</strong></td>
</tr>
<tr>
<td nowrap><code>user</code></td>
<td>The PostgreSQL login ID. This property is required unless the auth-part 
of the URL was used</td>
<td>String</td>
<td nowrap>user=root</td>
</tr>
<tr>
<tr>
<td nowrap><code>password</code></td>
<td>The password for user. This property is required unless the 
auth-part of the URL was used</td>
<td>String</td>
<td nowrap>password=swordfish</td>
</tr>
<tr>
<tr>
<td nowrap><code>connect-timeout</code></td>
<td>Connect timeout in seconds. Default is 3 seconds. It is a checked error
to use a value equal to or less than 0</td>
<td>Integer</td>
<td nowrap>connect-timeout=5</td>
</tr>
<td><code>use-ssl</code></td>
<td>Used for establishing secure connections using SSL. OpenSSL support 
must be enabled/linked in the client library. Default is false</td>
<td>Boolean (true/false)</td>
<td>use-ssl=true</td>
</tr>
<tr>
<tr>
<td><code>unix-socket</code></td>
<td>
Connect to the database server over a unix socket on localhost. The
unix-socket value should be the name of the directory in which the unix socket
file is stored. Note that this is different from the MySQL unix-socket
parameter which specify the full path to the socket file.
</td>
<td>String</td>
<td>unix-socket=/tmp</td>
</tr>
<tr>
<td><code>application-name</code></td>
<td>
Optionally specify the application name. The name will show up in PostgreSQL logs for connections and operations made
through libzdb.
</td>
<td>String</td>
<td>application-name=My Application</td>
</tr>
</table>
<p align="center">&nbsp;</p><br><p align="center"><font
color="#808080" size="2"> Copyright &copy; 2011 Tildeslash Ltd. All
rights reserved.</font></p>
</body></html>