Hi all, I¹ve been looking for a facility to specify the tablespace of an index that is implicitly created when adding a PK constraint. It turns out that this does indeed exist, though I could find no mention of it in the documentation.
> ALTER TABLE {table} ADD CONSTRAINT {constraint} PRIMARY KEY ({column(s)} USING > INDEX TABLESPACE {tablespace} The only mention I could find is in reference to the original patch that implemented this feature. http://www.postgresql.org/message-id/41072747.8030...@familyhealth.com.au I¹m glad to see it¹s there, but I wonder if this should be documented? Tim