Re: [PATCH] document
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Ian Lawrence Barwick <barwick@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-07-14T05:45:52Z
Lists: pgsql-hackers
On Wed, 2021-07-14 at 14:43 +0900, Ian Lawrence Barwick wrote: > Hi > > The description for "pg_database" [1] mentions the function > "pg_encoding_to_char()", but this is not described anywhere in the docs. Given > that that it (and the corresponding "pg_char_to_encoding()") have been around > since 7.0 [2], it's probably not a burning issue, but it seems not entirely > unreasonable to add short descriptions for both (and link from "pg_conversion" > while we're at it); see attached patch. "System Catalog Information Functions" > seems the most logical place to put these. > > [1] https://www.postgresql.org/docs/current/catalog-pg-database.html > [2] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=5eb1d0deb15f2b7cd0051bef12f3e091516c723b > > Will add to the next commitfest. +1 Yours, Laurenz Albe
Commits
-
doc: Document pg_encoding_to_char() and pg_char_to_encoding().
- f6b5d05ba9a4 15.0 landed
-
Add builtin functions:
- 5eb1d0deb15f 7.1.1 cited