diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-07-24 15:49:54 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-07-24 16:01:32 -0400 |
commit | d7b47e515530520da9564b05991bd8a8c6f52b06 (patch) | |
tree | feeada7a3a64415b1e1fe1bc50e008fe5a6329e1 /src/backend/nodes/nodeFuncs.c | |
parent | d61d9aa7501f31f99ee089f8b014161254eafa89 (diff) | |
download | postgresql-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