Answers for "check postgresql version in windows"

1

postgresql version command

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

Code answers related to "check postgresql version in windows"

Browse Popular Code Answers by Language