all-things-risingwave

How to check the RisingWave version in PostgreSQL?

I am trying to determine the version of RisingWave in PostgreSQL. How can I achieve this?

Vi

Vijay Shankar

Asked on Oct 19, 2023

  • Run the following query in PostgreSQL to check the RisingWave version:
select version();
Oct 19, 2023Edited by