1、查看所有表的名称
Postgresql,greeplum,如果数据库在几千里以外,数据量巨大,网速不好,使用pgadmin客户端,那么你大部分时间都要浪费在等在中。。。
使用pgadmin的query是个不错的选择,但是,怎么才能知道表名呢,这丫真没mysql好用——
SELECT tablename FROM pg_tables where tablename not like ‘gp%‘ and tablename not like ‘gp%‘ and tablename not like ‘sql%‘
Postgresql,常用sql备忘,布布扣,bubuko.com
原文:http://www.cnblogs.com/ren2012r4/p/3809579.html