Reading source test of a function

Поиск
Список
Период
Сортировка
От Didier Gasser-Morlay
Тема Reading source test of a function
Дата
Msg-id 608b66ce0712190229k2f3f752w6f5a7ef47b296b78@mail.gmail.com
обсуждение исходный текст
Ответы Re: Reading source test of a function  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-novice
Hello,

I am porting a client application from SQL-Server to PostgreSQL and so
far .. so good. For the record, I am very pleased with the power of
PostgreSQL.

One of the features of this application is the ability to generate
triggers on the fly, sometimes multiple triggers on the same table. so
I have two questions:

1- Is it possible to have several trigger functions called during an
update of one table.

2- Where can I find a function source text in order to display it and
later resubmit it after modifications ?

I have looked in pg_catalog but it is not obvious for a postgreSQL
newbie. Please note that the functions will be written in either SQL
or pgplsql.

thanks in advance

Didier

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

Предыдущее
От: "Adam Conrad"
Дата:
Сообщение: Postgres Help with TPC-H
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Reading source test of a function