Fwd: alter table ... set tablespace

Поиск
Список
Период
Сортировка
От sergio nogueira
Тема Fwd: alter table ... set tablespace
Дата
Msg-id eec843740906200521m5277d94ey602e083b6621ad5d@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fwd: alter table ... set tablespace  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi, i didn't understand:

dmonitor=> create table whattbs (id integer);
CREATE TABLE
dmonitor=> select tablename, tablespace from pg_tables where tablename='whattbs';
 tablename | tablespace
-----------+------------
  whattbs   |
(1 row)

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?

Att.,
Sergio Nogueira

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

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