pgsql: Doc: update sections 9.5 and 9.6 for new function table layout.

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 sections 9.5 and 9.6 for new function table layout.
Date: 2020-04-20 16:29:46
Message-ID: E1jQZIo-0000Wf-Si@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-04-20 17:47:58 pgsql: Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
Previous Message Magnus Hagander 2020-04-20 11:05:37 pgsql: Allow pg_read_all_stats to access all stats views again