PostgreSQL Server的意思|示意
PostgreSQL服务器
PostgreSQL Server的网络常见释义
测试 ... 终端窗口:Xterm 测试PostgreSQL Server 零碎发动文件:/etc/rc.d ...
架设 ... 测试mysql 架设postgresql server 安装postgresql ...
设置自启动 ... 测试PostgreSQL Server 设置自启动PostgreSQL Server 启动、停止、查看状态以及重新启动PostgreSQL Server ...
启动 ... 设置自启动postgresql server 启动、停止、查看状态以及重新启动postgresql server 在windows下访问postgresql server ...
PostgreSQL Server相关例句
The PostgreSQL server can handle multiple concurrent connections from clients.
PostgreSQL服务器可以处理来自客户端的多个并发请求。
Some examples include the Apache web server, database systems, such as mysql and postgresql, and interpreted languages, such as perl and python.
例如 Apache web 服务器、数据库系统(比如 mysql 和 postgresql)以及解释语言(perl 和 python)。
On a remote host, 192.168.2.100, you connect into your local host's PostgreSQL server, which is already listening on port 5432: PSQL -h 192.168.2.64 -p 5432 -u postgres postgres.
在一个远程主机192.168.2.100上,您连接到您的本地主机的PostgreSQL服务器,后者已经在侦听端口5432:ps ql - h 192.168.2.64 - p 5432 - U postgres postgres。
The client, upon connecting to port 10000, is forwarded to the remote host's PostgreSQL server, which is listening on port 5432: ssh -L 10000:localhost:5432 192.168.2.100.
客户机连接到端口 10000 后,被转发到远程主机的 PostgreSQL 服务器,后者正在侦听端口 5432:ssh -L 10000:localhost:5432 192.168.2.100。
In Listing 7, you are installing the PostgreSQL server component and development libraries.
在清单7中,您正在安装PostgreSQL服务器组件和开发库。
What happens if there is no PSQL client on the remote PostgreSQL server?
如果远程PostgreSQL服务器上不存在ps ql客户机,会发生什么?