My favorites | Sign in
Project Home Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<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>

Change log

r392 by mmo...@tildeslash.com on Jan 19, 2011   Diff
copyright 2010 -> 2011
Go to: 
Project members, sign in to write a code review

Older revisions

r386 by janhenrik.haukeland on Jan 4, 2011   Diff
* Allow spaces in URL properties
values
* PostgreSQL: Allow sending
application name to the server for
  logging. Thanks to Chris Mayo. See
...
r299 by janhenrik.haukeland on Dec 31, 2009   Diff
2009 -> 2010
r236 by janhenrik.haukeland on May 1, 2009   Diff
[No log message]
All revisions of this file

File info

Size: 1877 bytes, 65 lines
Powered by Google Project Hosting