Merge pull request #118 from gciolli/master

Fix oversight in documentation.
This commit is contained in:
Dimitri Fontaine 2014-10-02 17:12:02 +02:00
commit 1fa9ed3ea0
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ Same behaviour as in the \fIAFTER LOAD DO\fR clause\. Allows you to read the SQL
.IP "" 0
.
.SS "Connection String"
The \fB<source\-url>\fR parameter is expected to be given as a \fIConnection URI\fR as documented in the PostgreSQL documentation at http://www\.postgresql\.org/docs/9\.3/static/libpq\-connect\.html#LIBPQ\-CONNSTRING\.
The \fB<postgresql\-url>\fR parameter is expected to be given as a \fIConnection URI\fR as documented in the PostgreSQL documentation at http://www\.postgresql\.org/docs/9\.3/static/libpq\-connect\.html#LIBPQ\-CONNSTRING\.
.
.IP "" 4
.

View File

@ -253,7 +253,7 @@ Some clauses are common to all commands:
### Connection String
The `<source-url>` parameter is expected to be given as a *Connection URI*
The `<postgresql-url>` parameter is expected to be given as a *Connection URI*
as documented in the PostgreSQL documentation at
http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONNSTRING.