Re: Tablespace column value null on select * from pg_tables
От | Adrian Klaver |
---|---|
Тема | Re: Tablespace column value null on select * from pg_tables |
Дата | |
Msg-id | d53b3e96-9005-57dc-dc49-439c1b9d72f0@aklaver.com обсуждение исходный текст |
Ответ на | Re: Tablespace column value null on select * from pg_tables ("Peter J. Holzer" <hjp-pgsql@hjp.at>) |
Список | pgsql-general |
On 7/28/19 1:24 PM, Peter J. Holzer wrote: > On 2019-07-16 19:20:24 +0000, Alex Williams wrote: >> 1. postgres=# ALTER DATABASE mydatabase SET TABLESPACE pg_default; >> >> ERROR: some relations of database "mydatabase" are already in tablespace "pg_default" >> >> HINT: You must move them back to the database's default tablespace before using this command. > > What's the reason for this error? Wouldn't it be simpler to leave > relations alone which are already in the correct tablespace? ~/src/backend/commands/dbcommands.c /* * Check for existence of files in the target directory, i.e., objects of * this database that are already in the target tablespace. We can't * allow the move in such a case, because we would need to change those * relations' pg_class.reltablespace entries to zero, and we don't have * access to the DB's pg_class to do so. */ > > hp > -- Adrian Klaver adrian.klaver@aklaver.com
В списке pgsql-general по дате отправления: