| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Doc: consistently identify OID catalog columns that can be zero. |
| Date: | 2021-02-02 21:15:34 |
| Message-ID: | E1l731K-0001n8-K8@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Doc: consistently identify OID catalog columns that can be zero.
Not all OID-reference columns that can contain zeroes (indicating
"no reference") were explicitly marked in catalogs.sgml. Fix that,
and try to make the style a little more consistent while at it ---
for example, consistently write "zero" not "0" for these cases.
Joel Jacobson and Tom Lane
Discussion: https://postgr.es/m/4ed9a372-7bf9-479a-926c-ae8e774717a8@www.fastmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/479331406e8403cc2e75d1082f8c613e7669c113
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 128 +++++++++++++++++++++++++--------------------
1 file changed, 70 insertions(+), 58 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2021-02-02 22:12:19 | pgsql: Build in some knowledge about foreign-key relationships in the c |
| Previous Message | Tom Lane | 2021-02-02 19:35:51 | pgsql: Remove extra increment of plpgsql's statement counter for FOR lo |