Answers for "what is the latest postgresql version"

1

postgresql version command

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

Code answers related to "what is the latest postgresql version"

Browse Popular Code Answers by Language