pgsql: Doc: update sections 9.5 and 9.6 for new function table layout. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update sections 9.5 and 9.6 for new function table layout.
Date
Msg-id E1jQZIo-0000Wf-Si@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update sections 9.5 and 9.6 for new function table layout.

Along the way, update the older examples for bytea to use "hex"
output format.  That lets us get rid of the lame disclaimer about
how the examples assume bytea_output = escape, which was only half
true anyway because none of the more-recently-added examples had
paid any attention to that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4157f73b4ba7fa0c6fb117cb9b5a771875850c83

Modified Files
--------------
doc/src/sgml/func.sgml | 835 ++++++++++++++++++++++++++++++-------------------
1 file changed, 508 insertions(+), 327 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Allow pg_read_all_stats to access all stats views again
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add ALTER .. NO DEPENDS ON