Getting the PostgreSQL version

Published on 2024-01-10 • Modified on 2024-01-13

This snippet shows how to get the PostgreSQL version. Yes, this is as simple as this. Note that this is the exact same query with MySQL or MariaDB.


SELECT version();

 More on Stackoverflow  Random snippet

  Work with me!


Call to action

Did you like this post? You can help me back in several ways: (use the "reply" link on the right to comment or to contact me )

Thank you for reading! And see you soon on Strangebuzz! 😉

COil