pgsql: Fix docs on lock level for ALTER TABLE VALIDATE

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix docs on lock level for ALTER TABLE VALIDATE
Date: 2013-06-18 11:11:15
Message-ID: E1Uotoh-0004rw-1g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/073d7cb513f5de44530f4bdbaaa4b5d4cce5f984

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

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-06-19 15:40:22 pgsql: Fix the create_index regression test for Danish collation.
Previous Message Peter Eisentraut 2013-06-18 01:56:15 pgsql: psql: Re-allow -1 together with -c or -l