Re: Assertions in PL/PgSQL

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Assertions in PL/PgSQL
Дата
Msg-id 5234DE9E.3030202@joh.to
обсуждение исходный текст
Ответ на Re: Assertions in PL/PgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Assertions in PL/PgSQL  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Assertions in PL/PgSQL
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Assertions in PL/PgSQL