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