pgsql: Fix docs on lock level for ALTER TABLE VALIDATE - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Fix docs on lock level for ALTER TABLE VALIDATE
Date
Msg-id E1Uotoh-0004ry-3A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix docs on lock level for ALTER TABLE VALIDATE

ALTER TABLE .. VALIDATE CONSTRAINT previously
gave incorrect details about lock levels and
therefore incomplete reasons to use the option.

Initial bug report and fix from Marko Tiikkaja
Reworded by me to include comments by Kevin Grittner

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ae1bf8c1be7eccc54792a9c211345f97a11f78e

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml |   10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Re-allow -1 together with -c or -l
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix docs on lock level for ALTER TABLE VALIDATE