Fix oversight in documentation.

This commit is contained in:
Gianni Ciolli 2014-10-02 16:24:16 +02:00
parent 00b002124b
commit 94ebc8967c
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.