pgsql: > It doesn't say that only the listed commands acquire ACCESS

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > It doesn't say that only the listed commands acquire ACCESS
Date: 2006-03-04 04:41:36
Message-ID: 20060304044136.B4EDB9DCC8B@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> It doesn't say that only the listed commands acquire ACCESS EXCLUSIVE,
> just that certain commands do. TRUNCATE isn't shown.

Patch against HEAD to add TRUNCATE to the list of commands that aquire
ACCESS EXCLUSIVE.

Jim C. Nasby, Sr.

Modified Files:
--------------
pgsql/doc/src/sgml:
mvcc.sgml (r2.53 -> r2.54)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml.diff?r1=2.53&r2=2.54)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-04 04:44:07 pgsql: > gettimeofday.c:35: warning: integer constant is too large for
Previous Message Bruce Momjian 2006-03-04 04:31:05 pgsql: Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.