Re: [HACKERS] Problem with foreign keys and inheritance

From: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org, olly(at)linda(dot)lfix(dot)co(dot)uk
Subject: Re: [HACKERS] Problem with foreign keys and inheritance
Date: 2000-01-15 23:26:27
Message-ID: 38810223.6AB9A33F@austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oliver Elphick wrote:
>
> However, I cannot find relation 124171; is there any way to find out
> where a relation is, given only its oid?

This might give you a pretty good hint...

select * from pg_attribute where attrelid = 124171;

Cheers,
Ed Loehr

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Birch 2000-01-15 23:29:50 Re: [HACKERS] TODO list
Previous Message Mike Mascari 2000-01-15 22:17:21 INDEX_MAX_KEYS and pg_dump