Skip to content

Commit 5b74309

Browse files
committed
Update:
> o Cluster all tables at once using pg_index.indisclustered set during > previous CLUSTER
1 parent dec9184 commit 5b74309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Aug 14 01:46:11 EDT 2002
3+
Last updated: Wed Aug 14 13:45:01 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -205,8 +205,8 @@ Commands
205205
o Add ALTER TABLE tab SET WITHOUT OIDS
206206

207207
* CLUSTER
208-
o Cluster all tables at once using pg_index.indisclustered or primary
209-
key
208+
o Cluster all tables at once using pg_index.indisclustered set during
209+
previous CLUSTER
210210
o Prevent loss of indexes, permissions, inheritance
211211
o Automatically maintain clustering on a table
212212

0 commit comments

Comments
 (0)