Fabien COELHO <[EMAIL PROTECTED]> writes: > (1) the "CREATE SEQUENCE foo TABLESPACE disk2" syntax does not seem > to be implemented.
This is intentional. Sequences are not large enough to need to be pushed around among multiple tablespaces. Also, if we did allow sequences to be associated with tablespaces, we'd be precluding other implementation changes that are on the wish-list (such as storing all sequences in a single system table, instead of needing a separate disk file for each one). The original patch actually had support for specifying a tablespace for a sequence. That was deliberately removed, and it's not going to go back in later. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html