Skip to content

Commit e829337

Browse files
committed
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 <coelho@cri.ensmp.fr> Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com> Discussion: https://www.postgresql.org/message-id/flat/alpine.DEB.2.21.1905121032330.27203@lancre
1 parent f410083 commit e829337

File tree

3 files changed

+402
-402
lines changed

3 files changed

+402
-402
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5915,7 +5915,7 @@ ECPG = ecpg
59155915
<para>
59165916
<function>ECPGtransactionStatus(const char *<replaceable>connection_name</replaceable>)</function>
59175917
returns the current transaction status of the given connection identified by <replaceable>connection_name</replaceable>.
5918-
See <xref linkend="libpq-status"/> and libpq's <function>PQtransactionStatus()</function> for details about the returned status codes.
5918+
See <xref linkend="libpq-status"/> and libpq's <xref linkend="libpq-PQtransactionStatus"/> for details about the returned status codes.
59195919
</para>
59205920
</listitem>
59215921

@@ -8418,7 +8418,7 @@ if (*(int2 *)sqldata->sqlvar[i].sqlind != 0)
84188418
<term><literal>sqlformat</literal></term>
84198419
<listitem>
84208420
<para>
8421-
Reserved in Informix, value of <function>PQfformat()</function> for the field.
8421+
Reserved in Informix, value of <xref linkend="libpq-PQfformat"/> for the field.
84228422
</para>
84238423
</listitem>
84248424
</varlistentry>
@@ -8447,7 +8447,7 @@ if (*(int2 *)sqldata->sqlvar[i].sqlind != 0)
84478447
<term><literal>sqlxid</literal></term>
84488448
<listitem>
84498449
<para>
8450-
Extended type of the field, result of <function>PQftype()</function>.
8450+
Extended type of the field, result of <xref linkend="libpq-PQftype"/>.
84518451
</para>
84528452
</listitem>
84538453
</varlistentry>

0 commit comments

Comments
 (0)