Re: Partitioned table system info

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: Partitioned table system info
Дата
Msg-id 5A00958E-18FD-4C6A-9020-F966DA9AAF33@gmail.com
обсуждение исходный текст
Ответ на Partitioned table system info  (Kevin Kempter <cs_dba@consistentstate.com>)
Список pgsql-admin
Following query would help you:

 select inhparent::pg_catalog.regclass, inhrelid::pg_catalog.regclass from pg_inherits;

Thanks & Regards,
Vibhor Kumar (PCP & OCP)
ITIL V3 Cerftified.
On Aug 5, 2010, at 7:11 PM, Kevin Kempter wrote:

> Hi All;
>
> can anyone point me to a system catalog query that will show me the base table
> name, and all partition table names for any table that has children
> (inheritance) ?
>
>
> Thanks in advance
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin





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

Предыдущее
От: Kevin Kempter
Дата:
Сообщение: Partitioned table system info
Следующее
От: Bob Lunney
Дата:
Сообщение: Re: password administration