Re: Fwd: alter table ... set tablespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: alter table ... set tablespace
Дата
Msg-id 3773.1245511310@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fwd: alter table ... set tablespace  (sergio nogueira <sergiopnog@gmail.com>)
Список pgsql-novice
sergio nogueira <sergiopnog@gmail.com> writes:
> dmonitor=> alter table whattbs set tablespace monitor_dat1;
> ALTER TABLE
> dmonitor=> select tablename, tablespace from pg_tables where
> tablename='whattbs';
>  tablename | tablespace
> -----------+------------
>   whattbs   |
> (1 row)

> In what tablespace is the table?

It's probably in the default tablespace for the current database.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: sergio nogueira
Дата:
Сообщение: Fwd: alter table ... set tablespace
Следующее
От: "Kevin Duffy"
Дата:
Сообщение: Re: level of recursion