Answers for "which version of postgresql is stable for now"

15

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 "which version of postgresql is stable for now"

Browse Popular Code Answers by Language