Re: default_tablespace in 8.3 postgresql

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: default_tablespace in 8.3 postgresql
Дата
Msg-id 7ad4ffc6-ffd9-7539-71e8-99b9e3d96d4f@aklaver.com
обсуждение исходный текст
Ответ на Re: default_tablespace in 8.3 postgresql  (Julie Nishimura <juliezain@hotmail.com>)
Ответы Re: default_tablespace in 8.3 postgresql  (Julie Nishimura <juliezain@hotmail.com>)
Список pgsql-general
On 5/15/19 3:01 PM, Julie Nishimura wrote:
> No, I did not have them at all in my script. I did not touch neither 
> these three dbs, nor like some others that I did not intend to alter, 
> but they are altered regardless. Or unless this is what pg_database 
> reports back to me... What is even more interesting, if I use PGAdmin 
> for one of the dbs that I was not intended to alter and leave it on 
> vol3, this is what it shows to me now. Please note, it shows both -  
> "Default tablespace" (as vol3), and "default_tablespace" (as vol4)... Hmm...
> 


You didn't happen to do a:

ALTER ROLE some_role SET default_tablespace = 'vol4';


Do:

select rolname, rolconfig from pg_roles;





-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Julie Nishimura
Дата:
Сообщение: Re: default_tablespace in 8.3 postgresql
Следующее
От: Julie Nishimura
Дата:
Сообщение: Re: default_tablespace in 8.3 postgresql