运维网's Archiver
论坛
›
PostgreSQL
› postgresql show databases
lshboo
发表于 2016-11-19 10:17:41
postgresql show databases
mysql:show databases
pgsql:\l 或者\l+(显示的信息要多一些)
mysql:use xx
pgsql:\c xx
mysql:show tables
pgsql:\dt
页:
[1]
查看完整版本:
postgresql show databases