pgsql: Doc: update the rest of section 9.4 for new function table layou

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update the rest of section 9.4 for new function table layou
Date: 2020-04-19 21:45:07
Message-ID: E1jQHkR-0002Qy-0c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-04-20 11:05:37 pgsql: Allow pg_read_all_stats to access all stats views again
Previous Message Jeff Davis 2020-04-19 17:40:02 pgsql: Fix missing pfree() in logtape.c, missed by 24d85952.