From: | Jason Davies <jason_ddavies(at)yahoo(dot)com> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How do I list foreign key info/relation |
Date: | 2000-11-13 20:02:16 |
Message-ID: | 20001113200216.7398.qmail@web218.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
Thanks for that. My problem now is it would be nice to have a way to get this
in one SQL query. I can't find a way to split up the pg_trigger.tgargs column
up into components. The data I need is separated by "\000", but the column type
is bytea. How do I split it up? I've tried using instr and substr, but I can't
get them to work.
Thankyou for your help,
Jason Davies.
--- Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> wrote:
>
> AFAIK, right now all you can do is use pg_trigger and that is how pg_dump
> is reading the constraint information.
>
> On Mon, 13 Nov 2000, Jason Davies wrote:
>
> > Hi,
> >
> > Sorry if this is a re-post. Could someone tell me how I can list the
> foreign
> > key info for a given column or for a given table?
> >
> > All I want is the information about the relationships for a specified
> column.
> > The best I've come up with so far is looking in the pg_trigger table, but
> this
> > is not ideal. There must be a way, because pg_dump gets the relationships
> > somehow.
>
=====
Jason Davies,
_ _ _|_ _ _ _ _| _ | www.netspade.com
| |(/_ | _\|_)(_|(_|(/_ | programming tutorials
| | programming community
----------------------- | programming news
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2000-11-13 20:12:58 | Re: How do I list foreign key info/relation |
Previous Message | Limin Liu | 2000-11-13 19:36:36 | download postgres 7.0.3 |