pgsql: doc: Add getdatabaseencoding to function docs

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add getdatabaseencoding to function docs
Date: 2026-07-29 10:48:55
Message-ID: E1wp1qJ-00000000mpW-28Ag@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add getdatabaseencoding to function docs

The getdatabaseencoding function was added in bf00bbb0c494 in 1998 but
was never documented. While mostly used in tests, there is no reason
not to document it as this function isn't going anywhere and is already
used in extensions.

Author: Ian Barwick <barwick(at)gmail(dot)com>
Reviewed-by: Thom Brown <thom(at)linux(dot)com>
Reviewed-by: surya poondla <suryapoondla4(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAB8KJ=ij+pznQGub=DkyJuKL=tC=Q=07qSahTyw7TLb0DdNJsg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9fa2c1ebd1757db6032cf81b53f973941be77747

Modified Files
--------------
doc/src/sgml/func/func-string.sgml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-07-29 15:17:03 pgsql: Fix cascading standby reconnect failure after archive fallback
Previous Message Michael Paquier 2026-07-29 08:40:05 pgsql: Protect PGPROC lookup when terminating background workers