stored procs - Mailing list pgsql-general

From J.V.
Subject stored procs
Date
Msg-id 4E83CB01.1030501@gmail.com
Whole thread Raw
Responses Re: stored procs
Re: stored procs
List pgsql-general
Is is possible within a stored procedure to read all the tables in a
schema into a list?

 From that list and for each table is it possible to find the foreign
keys in that table?

 From that list of foreign keys, is it possible to find out which field
in which table the FK corresponds to?

I need to extract this meta-data for a project.

Regards,


J.V.

pgsql-general by date:

Previous
From: Ondrej Ivanič
Date:
Subject: Re: Rules going away
Next
From: "J.V."
Date:
Subject: stored proc