| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Doc: back-patch documentation about limitations of CHECK constra |
| Date: | 2019-12-11 20:53:55 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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/[email protected]
Branch
------
REL9_6_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/7ef59c9b183955e841c39c227e9ebc5c49eb9f18
Modified Files
--------------
doc/src/sgml/ddl.sgml | 53 +++++++++++++++++++++++++++
doc/src/sgml/ref/alter_domain.sgml | 21 +++++++++--
doc/src/sgml/ref/alter_table.sgml | 71 ++++++++++++++++++++++++-------------
doc/src/sgml/ref/create_domain.sgml | 24 +++++++++++++
doc/src/sgml/ref/create_table.sgml | 3 +-
5 files changed, 144 insertions(+), 28 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2019-12-11 21:07:13 | pgsql: Emit parameter values during query bind/execute errors |
| Previous Message | Tom Lane | 2019-12-11 20:10:04 | pgsql: Use only one thread to handle incoming signals on Windows. |