pgsql: doc: Document more that relations share a namespace

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document more that relations share a namespace
Date: 2024-01-31 11:10:36
Message-ID: E1rV8UG-003yyb-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document more that relations share a namespace

This was already documented in the CREATE INDEX reference, but not in
the introductory "Data Definition" chapter. Also, document that the
index that implements a constraint has the same name as the
constraint.

Author: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Reviewed-by: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxFG682tYcP9aH_F-jrqq5End8MHZR77zcp1%3DDUrEsSu1Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0283387d358e5e0a64a439b7fe906399b59fdd9

Modified Files
--------------
doc/src/sgml/ddl.sgml | 6 +++++-
doc/src/sgml/ref/create_table.sgml | 8 +++++---
2 files changed, 10 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-01-31 15:32:46 pgsql: Revise pg_walsummary's 002_blocks test to avoid spurious failure
Previous Message Heikki Linnakangas 2024-01-31 11:02:23 pgsql: Give SMgrRelation pointers a well-defined lifetime.