diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2025-04-18 09:38:46 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2025-04-18 09:38:46 +0900 |
commit | 05883bd6e556bb4d86c7ece4c37080d00cdb0d34 (patch) | |
tree | 6764075a574e2d762f4fb10ffee3e98a7710fa1b /doc/src | |
parent | 1bd08f6ba56ac9b23dc46ab634d82327395e882e (diff) | |
download | postgresql-05883bd6e556bb4d86c7ece4c37080d00cdb0d34.tar.gz postgresql-05883bd6e556bb4d86c7ece4c37080d00cdb0d34.zip |
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
Diffstat (limited to 'doc/src')
-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 37102c235b0..3be66789ba7 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5334,7 +5334,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. |