postgres linux系统下连接方法
Posted 零度千里
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgres linux系统下连接方法相关的知识,希望对你有一定的参考价值。
psql -U 用户名 -h ip -p 端口号 -w 库名称
查询实例下的数据结构
语法:select 字段名 from 实例名“.”表名(account.tb_user)
如: select 1 from account.tb_user
以上是关于postgres linux系统下连接方法的主要内容,如果未能解决你的问题,请参考以下文章