aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/nodeFuncs.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-07-24 15:49:54 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-07-24 16:01:32 -0400
commitd7b47e515530520da9564b05991bd8a8c6f52b06 (patch)
treefeeada7a3a64415b1e1fe1bc50e008fe5a6329e1 /src/backend/nodes/nodeFuncs.c
parentd61d9aa7501f31f99ee089f8b014161254eafa89 (diff)
downloadpostgresql-d7b47e515530520da9564b05991bd8a8c6f52b06.tar.gz
postgresql-d7b47e515530520da9564b05991bd8a8c6f52b06.zip
Change syntax of new CHECK NO INHERIT constraints
The initially implemented syntax, "CHECK NO INHERIT (expr)" was not deemed very good, so switch to "CHECK (expr) NO INHERIT" instead. This way it looks similar to SQL-standards compliant constraint attribute. Backport to 9.2 where the new syntax and feature was introduced. Per discussion.
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions