mirror of
https://github.com/postgres/postgres.git
synced 2026-03-23 02:43:22 -04:00
TOK_IDENT allows only non-keywords; identifier should be used any place where either keywords or non-keywords should be accepted. Hence, without this commit, any string that happens to be a keyword can't be used as a partition schema, partition name, or plan name, which is incorrect. Author: Lukas Fittl <lukas@fittl.com> Discussion: http://postgr.es/m/CAP53PkzKeD=t90OfeMsniYrcRe2THQbUx3g6wV17Y=ZtiwmWTQ@mail.gmail.com |
||
|---|---|---|
| .. | ||
| gather.sql | ||
| join_order.sql | ||
| join_strategy.sql | ||
| partitionwise.sql | ||
| prepared.sql | ||
| scan.sql | ||
| semijoin.sql | ||
| syntax.sql | ||