Tablespace Default Behavior
От | harpagornis |
---|---|
Тема | Tablespace Default Behavior |
Дата | |
Msg-id | 1490836314764-5952910.post@n3.nabble.com обсуждение исходный текст |
Ответы |
Re: Tablespace Default Behavior
Re: Tablespace Default Behavior |
Список | pgsql-general |
I am somewhat new to Postgresql. I cant seem to create a table in a non-default tablespace. In the postgresql.conf file, I have: default_tablespace = ''". When I create a table, like this: CREATE TABLE myschema.mytable (rc_id integer NOT NULL) TABLESPACE my_space; and then I do: select * from pg_tables where schemaname ='myschema'; the tablespace is blank for the new table. When I look in PgAdmin, the tablespace shows up as "pg_default." What do I need to change to create the table in the desired tablespace? Thank you. -- View this message in context: http://www.postgresql-archive.org/Tablespace-Default-Behavior-tp5952910.html Sent from the PostgreSQL - general mailing list archive at Nabble.com.
В списке pgsql-general по дате отправления: