diff options
author | Peter Eisentraut | 2019-07-25 15:23:36 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-07-26 08:39:14 +0000 |
commit | e829337d42d0e3c73ba9f380e81e51aab4865f8f (patch) | |
tree | 963578c1fb224645189486f0724af2fa89b9bb5c /doc/src/sgml/lobj.sgml | |
parent | f4100839a00a9fffb19e70ed2e3c6a73ce2a5259 (diff) |
doc: Make libpq documentation navigable between functions
Turn most mentions of libpq functions into links. At id attributes to
most libpq functions, where not existing yet, so that they can be
linked to. (In a handful of cases there were problems with the PDF
processing toolchain, so those instances were not changed.)
Author: Fabien COELHO <[email protected]>
Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1905121032330.27203@lancre
Diffstat (limited to 'doc/src/sgml/lobj.sgml')
-rw-r--r-- | doc/src/sgml/lobj.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml index 9f3b7852420..34dcfabe737 100644 --- a/doc/src/sgml/lobj.sgml +++ b/doc/src/sgml/lobj.sgml @@ -121,7 +121,7 @@ If an error occurs while executing any one of these functions, the function will return an otherwise-impossible value, typically 0 or -1. A message describing the error is stored in the connection object and - can be retrieved with <function>PQerrorMessage</function>. + can be retrieved with <xref linkend="libpq-PQerrorMessage"/>. </para> <para> |