pgsql: Doc: update the rest of section 9.4 for new function table layou - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update the rest of section 9.4 for new function table layou
Date
Msg-id E1jQHkR-0002Qy-0c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update the rest of section 9.4 for new function table layout.

Notably, this replaces the previous handwaving about these functions'
behavior with "character"-type inputs with some actual facts.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml | 350 ++++++++++++++++++++++++++++---------------------
1 file changed, 200 insertions(+), 150 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Fix missing pfree() in logtape.c, missed by 24d85952.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Allow pg_read_all_stats to access all stats views again