null tablespace? - Mailing list pgsql-general

From Tony Capobianco
Subject null tablespace?
Date
Msg-id 1323974487.1988.4.camel@tony1.localdomain
Whole thread Raw
Responses Re: null tablespace?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
List pgsql-general
I have not defined my default tablespace:

show default_tablespace ;
 default_tablespace
--------------------


However, I have tables with null tablespaces values in pg_tables:

pg_dw=# select * from pg_tables where tablename = 'source_prev';
 schemaname |       tablename       | tableowner | tablespace | hasindexes | hasrules | hastriggers
------------+-----------------------+------------+------------+------------+----------+-------------
 support    | source_prev           | jspool     |            | t          | f        | f


We have defined out search_path correctly, so what tablespace is this table stored in?

Thanks!


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: CREATE OR REPLACE AGGREGATE
Next
From: Kirill Simonov
Date:
Subject: Re: Logical Aggregate Functions (eg ANY())