postgresql 登录查看表定义

su - postgres
psql
\connect database_name;
\d table_name

posted @ 2016-09-09 00:02  LisPythoniC  阅读(1911)  评论(0)    收藏  举报