diff options
Diffstat (limited to 'doc/src/sgml/libpq.sgml')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ad5e9b95b4b..8e0b0b8586e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -775,7 +775,7 @@ PGPing PQping(const char *conninfo); connection parameters. There are two accepted formats for these strings: plain <literal>keyword = value</literal> strings and URIs. URIs generally follow - <ulink url="http://www.ietf.org/rfc/rfc3986.txt">RFC + <ulink url="https://tools.ietf.org/html/rfc3986">RFC 3986</ulink>, except that multi-host connection strings are allowed as further described below. </para> |