Re: Assertions in PL/PgSQL - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Assertions in PL/PgSQL
Date
Msg-id 5234DE9E.3030202@joh.to
Whole thread Raw
In response to Re: Assertions in PL/PgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Assertions in PL/PgSQL
List pgsql-hackers
On 2013-09-14 23:55, Pavel Stehule wrote:
> but introduction a reserved keword for one very special purpose (without
> extensibility) is not prudent.

How about using an existing keyword then?  ASSERTION used to be reserved 
in the SQL standard but is unreserved in postgres.  CHECK might work and 
is fully reserved.  CONSTRAINT?  IS?


Regards,
Marko Tiikkaja



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Assertions in PL/PgSQL
Next
From: Pavel Stehule
Date:
Subject: Re: Assertions in PL/PgSQL