Re: Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html
Date
Msg-id 0bd53117207a26a5b8dbe03545448e72397c219f.camel@cybertec.at
Whole thread Raw
In response to Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html  (Holger Jakobs <holger@jakobs.com>)
Responses Re: Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-admin
On Wed, 2021-12-01 at 15:37 +0100, Holger Jakobs wrote:
> Today I wanted to move an object to the unnamed defaul tablespace. It 
> took me a while to find out that neither the empty string '' nor the 
> word default works, but that you have to use pg_default.
> 
> This should be mentioned in the documentation of the ALTER TABLE command 
> (and maybe others).

Not sure if that is necessary.  You have to use the name of the tablespace.
You can see that with "\db" in psql or query "pg_tablespace".

That's no different from other tablespaces...

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-admin by date:

Previous
From: Holger Jakobs
Date:
Subject: Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html
Next
From: "David G. Johnston"
Date:
Subject: Re: Suggestion: Explain how to move objects to the default tablespace in sql-altertable.html