pgsql: Clarify that cross-row constraints are unsupported - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Clarify that cross-row constraints are unsupported
Date
Msg-id E1gRIyl-0004PG-PG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clarify that cross-row constraints are unsupported

Maybe we'll implement them later, or maybe not, but let's make the statu
quo clear for now.

Author: Lætitia Avrot, Patrick Francelle
Reviewers: too many to list
Discussion: https://postgr.es/m/CAB_COdhUuzNFOJfc7SNNso5rOuVA3ui93KMVunEM8Yih+K5A6A@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36d442a25a1aed39d2c7c3fb24c22640a9a6545d

Modified Files
--------------
doc/src/sgml/ddl.sgml              | 27 +++++++++++++++++++++++++++
doc/src/sgml/ref/create_table.sgml |  3 ++-
2 files changed, 29 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix typo in documentation of toast storage
Next
From: Tom Lane
Date:
Subject: pgsql: Improve regression test coverage for psql output formats.