BUG #6581: pg_dumpall --no-tablespaces option still sets default tablespace

Поиск
Список
Период
Сортировка
От keith@omniti.com
Тема BUG #6581: pg_dumpall --no-tablespaces option still sets default tablespace
Дата
Msg-id E1SI1fQ-0001Qu-MM@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6581: pg_dumpall --no-tablespaces option still sets default tablespace  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6581
Logged by:          Keith Fiske
Email address:      keith@omniti.com
PostgreSQL version: 9.1.3
Operating system:   Any
Description:=20=20=20=20=20=20=20=20

Using the --no-tablespaces option for pg_dumpall correctly stops tablespace
creation and each individual object from having its tablespace set. But if
the original database had its default tablespace changed, this is still
added at the beginning of the dump file:

ALTER DATABASE dbname SET default_tablespace TO 'old_db_tablespace';

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

Предыдущее
От: Barry Bell
Дата:
Сообщение: Re: BUG #6534: Passing numeric Bind variables to ODBC driver convers to "Double precision"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6581: pg_dumpall --no-tablespaces option still sets default tablespace