March 3, 2023 Release Notes¶
Features¶
PostgresSQL DB App¶
PostgreSQL Database(DB) Service is a widely used open-source relational database management system. It emphasizes reliability, feature robustness, and performance.
Use the Observe PostgreSQL DB app to get out-of-the-box visibility into the overall health of your PostgreSQL DB instances.

Figure 1 - PostgreSQL DB app
OPAL Updates¶
parse_kvs¶
Returns an object of key=value pairs extracted from an input string.
parse_kvs( value )
array_concat¶
Returns a concatenation of the two arrays array1
and array2
.
Note that this function appends array2 to array1.
array_concat