Come to think of it, functions in FROM have the same syntactic restriction
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/gram.y | modified | +13 −42 |
| src/backend/parser/parse_clause.c | modified | +9 −5 |
| src/backend/parser/parse_target.c | modified | +2 −3 |
| src/include/parser/parse_target.h | modified | +2 −1 |