Answers for "command to check postgres version in windows"

15

check postgres version

psql --version
Posted by: Guest on May-12-2020
2

get postgres version

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

Code answers related to "command to check postgres version in windows"

Browse Popular Code Answers by Language