Changes in pl/pgsql?

Поиск
Список
Период
Сортировка
От Michael Schmidt
Тема Changes in pl/pgsql?
Дата
Msg-id BAY101-DAV9BB492F1BD57C53E4D61BA39A0@phx.gbl
обсуждение исходный текст
Ответы Re: Changes in pl/pgsql?  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
I've been going through functions for my database, originally developed with version 8.0, and had some odd behavior.  I'm in the habit of putting parentheses around the conditional clauses in IF statements.  One of my trigger functions didn't work, but when the parentheses were deleted, it did.  Has something been changed in pl/pgsql for version 8.1.3?  Here is the statement.
 
IF (NEW.is_individual) THEN ...
 
where is_individual is a boolean field
 
Michael Schmidt

В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: "make check" fails over NFS or tmpfs
Следующее
От: "Alejandro Michelin Salomon \( Adinet \)"
Дата:
Сообщение: RES: Let's make CPgAN!