pgsql: Doc: update ddl.sgml's description of cmin and cmax. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update ddl.sgml's description of cmin and cmax.
Date
Msg-id E1w7L2y-002DFT-2p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update ddl.sgml's description of cmin and cmax.

We long ago folded these two tuple header fields into one field
to save space.  However, nothing was done to the user-facing
documentation about them, perhaps with the idea that we'd add
code to emit something approximating the original definitions.
That never happened and presumably never will, so update the
text to reflect current reality.

Author: Paul A Jungwirth <pj@illuminatedcomputing.com>
Co-authored-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA+renyVYYboiTayRRE0j1oKpeB+NjEBSUXfwgEu6O0JESSmauQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/786552e7f22315c4103c5404f9c4c6bccc95f8c1

Modified Files
--------------
doc/src/sgml/ddl.sgml | 37 +++++++++++++++++++++++--------------
1 file changed, 23 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add warning option -Wold-style-declaration
Next
From: Amit Kapila
Date:
Subject: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.