Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

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

1 Answer

从PostgreSQL运行此查询:

SELECT version();

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...