Skip to main content

Command Palette

Search for a command to run...

How to determine which version of PostgreSQL you are running

Updated
1 min read

Run this SQL command to see which version of PostgreSQL you are running:

select version();

Reference: PostgreSQL Wiki

More from this blog

Untitled Publication

29 posts