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

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

From
momjian@postgresql.org (Bruce Momjian)
Date:
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)