Enjoy Programming With Open Source!! OpenSource Blog - Java,Python,Linux,Cloud Computing..
find postgres version
To find the version of postgres server installed, the following query is used
SELECT version();
Reference:
http://stackoverflow.com/questions/13733719/how-can-i-find-out-which-version-of-postgresql-im-running
No comments:
Post a Comment