我正在运行哪个版本的PostgreSQL?
问题描述:
我在公司环境中(正在运行Debian Linux),并且自己没有安装。我使用Navicat或phpPgAdmin访问数据库(如果有帮助)。我也没有外壳程序访问运行数据库的服务器。
I'm in a corporate environment (running Debian Linux) and didn't install it myself. I access the databases using Navicat or phpPgAdmin (if that helps). I also don't have shell access to the server running the database.
答
从PostgreSQL运行此查询:
Run this query from PostgreSQL:
SELECT version();