Answers for "check the version of postgresql"

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
0

get postgres version

postgres -V
// or 
psql --version
Posted by: Guest on October-01-2020

Code answers related to "check the version of postgresql"

Python Answers by Framework

Browse Popular Code Answers by Language