Appearance
Checking the Server Version
To find out what version of the Yellowbrick database server is running, return the current value of the yb_server_version configuration parameter. Use the following SHOW command:
premdb=# show yb_server_version;
yb_server_version
-------------------
5.2.1
(1 row)Alternatively, you can use the VERSION() function:
premdb=# select version() from sys.const;
version
------------------------------------------
Yellowbrick Database version 5.2.1-13610
(1 row)Parent topic:Database Administration