Get Postgres Version

[Solved] Get Postgres Version | Shell - Code Explorer | yomemimo.com
Question : check postgres version

Answered by : manthan-admane

psql --version

Source : | Last Update : Tue, 19 May 20

Question : get postgres version

Answered by : shahul-hammeed

postgres -V
// or
psql --version

Source : https://phoenixnap.com/kb/check-postgresql-version | Last Update : Thu, 08 Oct 20

Question : how to show postgres version

Answered by : homely-hare-bcibvncikp5l

{"tags":[{"tag":"textarea","content":"psql --version\npsql -V","code_language":"whatever"}]}

Source : | Last Update : Mon, 13 Mar 23

Question : postgresql version command

Answered by : vastemonde

# SSH
psql --version
# SQL
SELECT version();

Source : | Last Update : Sat, 27 Mar 21

Question : postgres version command

Answered by : joyous-jaguar-ift9rik4r381

SELECT version();

Source : https://phoenixnap.com/kb/check-postgresql-version | Last Update : Wed, 20 Jan 21

Answers related to get postgres version

Code Explorer Popular Question For Shell