Re: tablespace and sequences?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: tablespace and sequences?
Дата
Msg-id 412402D8.1090306@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: tablespace and sequences?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: tablespace and sequences?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> It is a little bit different because a schema, a table or a function are
> database application issues and are normally addressed by pg_dump and
> pg_restore, although tablespaces are more an administration issue wrt disk
> layout and the like, which are likely to be different from one machine to
> another (compare with I obviously want the same schema/table/function for
> my application). So the notion of dump/restore of a tablespace need
> some careful thinking.
> 
> But maybe I'm just stupid to dream that I could restore or transfer my
> data even if I used a tablespace somewhere? ;-)

OK, perhaps.  It it not easy to implement however, since the tablespace 
clause on indexes comes from the pg_get_indexdef() function and isn't 
added by pg_dump.

Bruce - pg_dump TODO for --no-tablespace or something?

Chris


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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Tablespace and cpu costs
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PGPASSWORD and client tools