]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: back-patch documentation about limitations of CHECK constraints.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Dec 2019 20:53:36 +0000 (15:53 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Dec 2019 20:53:36 +0000 (15:53 -0500)
commit7ef59c9b183955e841c39c227e9ebc5c49eb9f18
tree8363edd3ca86b550f5e968875040e9ce98ba1d5e
parentdf44e411c00878210baea3dd3363268f2760f793
Doc: back-patch documentation about limitations of CHECK constraints.

Back-patch commits 36d442a25 and 1f66c657f into all supported
branches.  I'd considered doing this when putting in the latter
commit, but failed to pull the trigger.  Now that we've had an
actual field complaint about the lack of such docs, let's do it.

Per bug #16158 from Piotr Jander.  Original patches by Lætitia Avrot,
Patrick Francelle, and me.

Discussion: https://postgr.es/m/16158-7ccf2f74b3d655db@postgresql.org
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/alter_domain.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_domain.sgml
doc/src/sgml/ref/create_table.sgml