pgsql: Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE
Date: 2006-10-31 01:52:32
Message-ID: 20061031015232.35D3F9FB25E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACE
reference pages documenting that these commands cannot be used within
a transaction block. Also make some minor improvements to the psql
reference page. Patch from Simon Riggs, minor editorialization by
myself.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
cluster.sgml (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/cluster.sgml.diff?r1=1.36&r2=1.37)
create_tablespace.sgml (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_tablespace.sgml.diff?r1=1.6&r2=1.7)
drop_tablespace.sgml (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/drop_tablespace.sgml.diff?r1=1.4&r2=1.5)
psql-ref.sgml (r1.172 -> r1.173)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.172&r2=1.173)
reindex.sgml (r1.33 -> r1.34)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml.diff?r1=1.33&r2=1.34)
vacuum.sgml (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/vacuum.sgml.diff?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-31 02:29:15 pgsql: Fix misstatement about the results of using -1 with BEGIN.
Previous Message Peter Eisentraut 2006-10-30 22:15:04 pgsql: Code the unknown options check without using m4 diversions.