git.postgresql.org Git - postgresql.git/commit
2012年7月24日 19:49:54 +0000 (15:49 -0400)
2012年7月24日 20:01:32 +0000 (16:01 -0400)
commit d7b47e515530520da9564b05991bd8a8c6f52b06
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.
12 files changed:
This is the main PostgreSQL git repository.
RSS
Atom