]> granicus.if.org Git - postgresql/commit
Make a dedicated AlterTblSpcStmt production
authorStephen Frost <sfrost@snowman.net>
Sun, 13 Apr 2014 05:02:44 +0000 (01:02 -0400)
committerStephen Frost <sfrost@snowman.net>
Sun, 13 Apr 2014 05:02:44 +0000 (01:02 -0400)
commit5f508b6dea19b66961c645bf5e5c427ac3af8359
tree76e214dc2dfff01f44e2f07ccb616d806d96a5e3
parentb3e6593716efef901fcc847f33256c6b49958898
Make a dedicated AlterTblSpcStmt production

Given that ALTER TABLESPACE has moved on from just existing for
general purpose rename/owner changes, it deserves its own top-level
production in the grammar.  This also cleans up the RenameStmt to
only ever be used for actual RENAMEs again- it really wasn't
appropriate to hide non-RENAME productions under there.

Noted by Alvaro.
src/backend/parser/gram.y