summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2025-04-18 00:35:35 +0000
committerTatsuo Ishii2025-04-18 00:35:35 +0000
commit4a0650d359c5981270039eeb634c3b7427aa0af5 (patch)
tree9cf83e02ed47a57171db2c39f7663b0934a70421
parent3424c1075e4aafdf42e9ff829ed2a6e12c554ff2 (diff)
Doc: fix missing comma at the end of a line.
Backpatch to 17, where the line was added. Reported by Noboru Saito while he was working on translating the file into Japanese. Discussion: https://postgr.es/m/20250417.203047.1321297410457834775.ishii%40postgresql.org Reported-by: Noboru Saito <noborusai@gmail.com> Reviewed-by: Daniel Gustafs <daniel@yesql.se> Backpatch-through: 17
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 789a6ec2486..ab296b6f87b 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -5070,7 +5070,7 @@ unsigned char *PQunescapeBytea(const unsigned char *from, size_t *to_length);
<xref linkend="libpq-PQprepare"/>,
<xref linkend="libpq-PQexecPrepared"/>,
<xref linkend="libpq-PQdescribePrepared"/>,
- <xref linkend="libpq-PQdescribePortal"/>
+ <xref linkend="libpq-PQdescribePortal"/>,
<xref linkend="libpq-PQclosePrepared"/>, and
<xref linkend="libpq-PQclosePortal"/>
respectively.