On tor, 2010-09-02 at 07:54 +0200, Fabien COELHO wrote:
> > We cannot change it.
> 
> Yes we can!  It, it is 100% postgresql:
> 
>   \d information_schema.referential_constraints
>    View "information_schema.referential_constraints"
>    ...
>     FROM pg_namespace ncon
>     JOIN pg_constraint con ON ncon.oid = con.connamespace
>     JOIN pg_class c ON con.conrelid = c.oid

Well, for the sake of argument, how would you propose to change it?


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to