Come to think of it, functions in FROM have the same syntactic restriction
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Sep 2004 00:24:27 +0000 (00:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Sep 2004 00:24:27 +0000 (00:24 +0000)
commitf065957062095f1b563d91b8950ee7411055025c
tree0d05e23168c4ce28044306516c29e96db3291970
parent912c27f9c2a228fbba41547f10a109a338439a2b
Come to think of it, functions in FROM have the same syntactic restriction
as CREATE INDEX did, and can be fixed the same way, for another small
improvement in usability and reduction in grammar size.
src/backend/parser/gram.y
src/backend/parser/parse_clause.c
src/backend/parser/parse_target.c
src/include/parser/parse_target.h