From 94ebc8967c0baa0d708e068898dc3a7db401257c Mon Sep 17 00:00:00 2001 From: Gianni Ciolli Date: Thu, 2 Oct 2014 16:24:16 +0200 Subject: [PATCH] Fix oversight in documentation. --- pgloader.1 | 2 +- pgloader.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pgloader.1 b/pgloader.1 index b764fe1..a5bf238 100644 --- a/pgloader.1 +++ b/pgloader.1 @@ -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\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\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 . diff --git a/pgloader.1.md b/pgloader.1.md index 065a9cd..7fd8dc1 100644 --- a/pgloader.1.md +++ b/pgloader.1.md @@ -253,7 +253,7 @@ Some clauses are common to all commands: ### Connection String -The `` parameter is expected to be given as a *Connection URI* +The `` 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.