Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
368 views
in Technique[技术] by (71.8m points)

postgresql - 我正在运行哪个版本的PostgreSQL?(Which version of PostgreSQL am I running?)

I'm in a corporate environment (running Debian Linux) and didn't install it myself.

(我在公司环境中(运行Debian Linux)并没有自己安装它。)

I access the databases using Navicat or phpPgAdmin (if that helps).

(我使用Navicat或phpPgAdmin访问数据库(如果有帮助的话)。)

I also don't have shell access to the server running the database.

(我也没有shell访问运行数据库的服务器。)

  ask by Highly Irregular translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

从PostgreSQL运行此查询:

SELECT version();

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...