Re: USING INDEX TABLESPACE

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: USING INDEX TABLESPACE
Дата
Msg-id 410DC421.7050400@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: USING INDEX TABLESPACE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> Applied.  I also added some code to ruleutils.c to make
> pg_get_constraintdef output the USING INDEX TABLESPACE clause at need.
>
> We might want to think about getting pg_dump to rely more on
> pg_get_constraintdef and friends, instead of native wit ...

Yes, that was really dumb of me not to think of that :/

Especially since I wrote the primary key and unique parts of
pg_get_constraintdef... :P

I would like to have pg_get_xxxdef for everything.  Tables, whole
databases, etc. :)

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: USING INDEX TABLESPACE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Fix for OWNER TO breaking ACLs