Trigger function syntax

Поиск
Список
Период
Сортировка
От Nico Callewaert
Тема Trigger function syntax
Дата
Msg-id EC1CEB5509FC644FA5C839B7CD513A1935E5E8@serverets.ets-informatics.local
обсуждение исходный текст
Ответы Re: Trigger function syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice

Hi list,

 

I don’t understand the difference between the following syntax  :

 

CREATE FUNCTION "test_check_a_id" () RETURNS opaque AS '

 

And

 

CREATE FUNCTION LAST_UPDATED() RETURNS "trigger" AS $$

 

Especially the difference between opaque and “trigger”.

And the double quotes, seems sometimes used and sometimes not.

Are there any documentation available out there about triggers / functions syntax ?

 

Many thanks in advance !

Nico

 

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

Предыдущее
От: Robert Bernabe
Дата:
Сообщение: Debugging question ...
Следующее
От: "Josh Tolley"
Дата:
Сообщение: Re: client authentication - password encryption