postgresql 查看服务器所有 db名 table 查看表结构命令
使用postgresql数据库时有时记不住数据库里面的表名可以通过命令行查看有那些表,或者查看表结构
1.使用 \l 查看所有数据库
2.使用 \dt 查看数据库中所有表
3.使用 \d 表名 查看某张表的表结构
来源://作者:/更新时间:2016-04-25
顶
踩
相关文章:
- postgresql 如何给空字段设置默认值
- postgresql 数据库创建唯一索引_删除索引的方法
- postgresql 数据库排序混乱不是按照拼音首字母排序
- 解决 Cause: org.postgresql.util.PSQLException: ERR
- 解决 Error updating database. Cause: org.postgres
- 解决 Cause: org.postgresql.util.PSQLException: ERR
- mybatis postgresql insert 添加数据返回主键值
- 解决 org.postgresql.util.PSQLException: 错误: INSE
- postgresql 创建序列方法_postgresql create sequence
- PostgreSQL 替换字符串方法及字符串操作函数