Search Postgresql Archives

where is the table?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, all.

Where is the table?

dmonitor=> create table wereisthetable(col int);
CREATE TABLE
dmonitor=> select tablename, tablespace from pg_tables where tablename='wereisthetable';
   tablename    | tablespace
----------------+------------
 wereisthetable |
(1 row)

dmonitor=> alter table wereisthetable set tablespace monitor_dat1;
ALTER TABLE
dmonitor=> select tablename, tablespace from pg_tables where tablename='wereisthetable';
   tablename    | tablespace
----------------+------------
 wereisthetable |
(1 row)

dmonitor=> select version();
                                                  version                                                  
------------------------------------------------------------------------------------------------------------
 PostgreSQL 8.4rc1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7), 32-bit
(1 row)

Att.,
Sergio

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux