Обсуждение: pgsql: Add text to the VACUUM, REINDEX, DROP TABLESPACE and CREATE

Поиск
Список
Период
Сортировка

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

От
neilc@postgresql.org (Neil Conway)
Дата:
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)