Answers for "show version of postgres on my computer"

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 "show version of postgres on my computer"

Browse Popular Code Answers by Language