Answers for "latest version of postgresql"

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
1

postgres version command

SELECT version();
Posted by: Guest on January-13-2021

Browse Popular Code Answers by Language