Change syntax of new CHECK NO INHERIT constraints

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 68043258ac54b09565e9bebadb16214d9b6df933
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-07-24T20:02:18Z
Releases: 9.2.0
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.

Files