Difference between revisions of "SELECT version();"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
                                                                version
 +
--------------------------------------------------------------------------------------------------------------------------------------
 +
  PostgreSQL 13.6 ([[Ubuntu]] 13.6-0ubuntu0.21.10.1) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, 64-bit
 +
(1 row)
 +
  
 
  SELECT version();
 
  SELECT version();
Line 4: Line 9:
 
  --------------------------------------------------------------------------------------------------------------------------------------
 
  --------------------------------------------------------------------------------------------------------------------------------------
 
  [[PostgreSQL 9.5]].21 on x86_64-pc-linux-gnu (Debian 9.5.21-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
 
  [[PostgreSQL 9.5]].21 on x86_64-pc-linux-gnu (Debian 9.5.21-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
 +
(1 row)
 +
 +
 +
[[Amazon RedShift]]
 +
SELECT version();
 +
                                                          version
 +
---------------------------------------------------------------------------------------------------------------------------
 +
  PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.37758
 
  (1 row)
 
  (1 row)
  
Line 9: Line 22:
 
== Related terms ==
 
== Related terms ==
 
* [[PostgreSQL version]]
 
* [[PostgreSQL version]]
 
+
* <code>[[\dt]], [[\dt]] *.*</code>
 
+
* [[show version]]
  
 
== See also ==
 
== See also ==

Latest revision as of 10:06, 28 April 2022

                                                               version
--------------------------------------------------------------------------------------------------------------------------------------
 PostgreSQL 13.6 (Ubuntu 13.6-0ubuntu0.21.10.1) on aarch64-unknown-linux-gnu, compiled by gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0, 64-bit
(1 row)


SELECT version();
                                                              version
--------------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 9.5.21 on x86_64-pc-linux-gnu (Debian 9.5.21-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
(1 row)


Amazon RedShift

SELECT version();
                                                          version
---------------------------------------------------------------------------------------------------------------------------
 PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.37758
(1 row)


Related terms[edit]

See also[edit]

Advertising: