How to find the Version of PostgreSQL?

 Posted by Niladri.Biswas on 4/30/2013 | Category: PostgreSQL Interview questions | Views: 4051 | Points: 40
Answer:

We can get the version information in PostgreSQL by using the version function as shown under

select version();


/* Result */
version
-------
"PostgreSQL 9.1.0, compiled by Visual C++ build 1500, 32-bit"


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response