Re: Wich systema catalog table?? - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Wich systema catalog table??
Date
Msg-id 20060214234841.GC32543@surnet.cl
Whole thread Raw
In response to Re: Wich systema catalog table??  (Guido Barosio <gbarosio@gmail.com>)
List pgsql-admin
Guido Barosio wrote:

>     Your answer seems to be here:
>
> http://www.postgresql.org/docs/8.0/static/catalog-pg-proc.html
>
>    If "specitifation" means the actual source of the procedure you shall ask
> for the prosrc column in the pg_proc relation. But check the documentation
> first.

The FK routines are actually C-language functions, and pg_proc.prosrc
won't tell you much.  Their definitions are in
src/backend/utils/adt/ri_triggers.c.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-admin by date:

Previous
From: Guido Barosio
Date:
Subject: Re: Wich systema catalog table??
Next
From: "Mark Liberman"
Date:
Subject: Feedback on auto-pruning approach