aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/tutorial/advanced.py
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-15 03:09:39 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-15 03:09:39 +0000
commit8bc717cb8878ff2baee4e29553736fab57248436 (patch)
tree69fb91e37bc3cd3d19e9aa529e3f03002ddf3719 /src/interfaces/python/tutorial/advanced.py
parent5b7eb4dd45359e040cd7175f1b3cfc5ea28ad138 (diff)
downloadpostgresql-8bc717cb8878ff2baee4e29553736fab57248436.tar.gz
postgresql-8bc717cb8878ff2baee4e29553736fab57248436.zip
New version attached. The following is implemented:
- CLUSTER ALL clusters all the tables that have some index with indisclustered set and the calling user owns. - CLUSTER tablename clusters the named table, using the index with indisclustered set. If no index has the bit set, throws elog(ERROR). - The multi-relation version (CLUSTER ALL) uses a multitransaction approach, similar to what VACUUM does. Alvaro Herrera
Diffstat (limited to 'src/interfaces/python/tutorial/advanced.py')
0 files changed, 0 insertions, 0 deletions