null tablespace?

Поиск
Список
Период
Сортировка
От Tony Capobianco
Тема null tablespace?
Дата
Msg-id 1323974487.1988.4.camel@tony1.localdomain
обсуждение исходный текст
Ответы Re: null tablespace?
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: CREATE OR REPLACE AGGREGATE
Следующее
От: Kirill Simonov
Дата:
Сообщение: Re: Logical Aggregate Functions (eg ANY())