| От | Robert Haas |
|---|---|
| Тема | BUG #5184: default tablespace owner is not dumped |
| Дата | |
| Msg-id | 200911130534.nAD5YK4D029893@wwwmaster.postgresql.org обсуждение |
| Ответы |
Re: BUG #5184: default tablespace owner is not dumped
|
| Список | pgsql-bugs |
The following bug has been logged online: Bug reference: 5184 Logged by: Robert Haas Email address: robertmhaas@gmail.com PostgreSQL version: CVS HEAD Operating system: Linux Description: default tablespace owner is not dumped Details: The following command does not change the output of "pg_dumpall": alter tablespace pg_default owner to bob; But this one does: alter tablespace foo owner to bob; The problem is that we only emit CREATE TABLESPACE commands for non-system tablespaces. That is correct, but it seems like we might need to emit ALTER TABLESPACE commands instead for system tablespaces.
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера