Re: [HACKERS] Problem with foreign keys and inheritance

Поиск
Список
Период
Сортировка
От Ed Loehr
Тема Re: [HACKERS] Problem with foreign keys and inheritance
Дата
Msg-id 38810223.6AB9A33F@austin.rr.com
обсуждение исходный текст
Ответ на Problem with foreign keys and inheritance  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: [HACKERS] Problem with foreign keys and inheritance  ("Oliver Elphick" <olly@lfix.co.uk>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [HACKERS] Problem with foreign keys and inheritance
Следующее
От: Stephen Birch
Дата:
Сообщение: Re: [HACKERS] TODO list