|
version()
text
-
PostgreSQL> version information
+
PostgreSQL> version information. See also for a machine-readable version.
version returns a string describing the
-
PostgreSQL server's version.
+
PostgreSQL server's version. You can also
+ get this information from or
+ for a machine-readable version, .
+ Software developers should use server_version_num
+ (available since 8.2) or instead
+ of parsing the text version.