Re: update in triggers

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: update in triggers
Дата
Msg-id 20050119063154.GA57110@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: update in triggers  ("Mike G." <mike@thegodshalls.com>)
Список pgsql-general
On Tue, Jan 18, 2005 at 11:34:41PM -0600, Mike G. wrote:

> Isn't the syntax CREATE OR REPLACE FUNCTION chargeratetest() RETURNS "trigger" AS'

That's the same thing as

> > CREATE OR REPLACE FUNCTION "chargeratetest" () RETURNS trigger AS'

with different identifiers quoted.  See the documentation for quoted
identifiers:

http://www.postgresql.org/docs/7.4/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: update in triggers
Следующее
От: Ken Tozier
Дата:
Сообщение: Re: Getting table metadata