Answers for "check postgres version command"

13

check postgres version

psql --version
Posted by: Guest on May-12-2020
1

postgresql version command

# SSH
psql --version
# SQL
SELECT version();
Posted by: Guest on March-20-2021

Code answers related to "check postgres version command"

Python Answers by Framework

Browse Popular Code Answers by Language