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. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general