Change syntax of new CHECK NO INHERIT constraints

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

Commit: d7b47e515530520da9564b05991bd8a8c6f52b06
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-07-24T20:01:32Z
Releases: 9.3.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