Is it just me, or has clustering on spatial indexes stopped working in 8.3? First, the syntax of CLUSTER has been changed, from "CLUSTER [index] ON [table]" to "CLUSTER [table] USING [index]". Second, when I run the new syntax using a gist index as the target, the index disappears and all row count drops to zero! P.