Display PostgreSQL/PgSQL version

Contributor Icon Contributed by Rex  
Tag Icon Tagged: PostgreSQL PgSQL  


To display the PostgreSQL version number (and other information like compiler version used to build PgSQL) issue the following SQL statement from within psql:

SELECT version();

To quickly determine just the PostgreSQL version number, run this command from the OS command line:

psql --version

 

1 Comment -


No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment -