Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c14a43f657c33189582ca1a7a60ab419dc6164a5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-07-12T05:38:11Z
Releases: 8.0.0
Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always
live in database or schema's default tablespace, as per today's discussion.
Also, remove some unused keywords from the grammar (PATH, PENDANT,
VERSION), and fix ALSO, which was added as a keyword but not added
to the keyword classification lists, thus making it worse-than-reserved.

Files