Reading source test of a function - Mailing list pgsql-novice

From Didier Gasser-Morlay
Subject Reading source test of a function
Date
Msg-id 608b66ce0712190229k2f3f752w6f5a7ef47b296b78@mail.gmail.com
Whole thread Raw
Responses Re: Reading source test of a function
List 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 by date:

Previous
From: "Adam Conrad"
Date:
Subject: Postgres Help with TPC-H
Next
From: "A. Kretschmer"
Date:
Subject: Re: Reading source test of a function