Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE TABLESPACE
Neil Conway <neilc@samurai.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/cluster.sgml | modified | +3 −3 |
| doc/src/sgml/ref/create_tablespace.sgml | modified | +6 −1 |
| doc/src/sgml/ref/drop_tablespace.sgml | modified | +10 −1 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +13 −7 |
| doc/src/sgml/ref/reindex.sgml | modified | +5 −2 |
| doc/src/sgml/ref/vacuum.sgml | modified | +5 −1 |