PG_DATABASE v18
The PG_DATABASE view provides information about the available databases.
In addition to the information in the PostgreSQL pg_database description, EDB Postgres Advanced Server provides the following information.
| Name | Type | Description |
|---|---|---|
| datacu | name | An ICU short-form string or empty. An ICU short form is a method of specifying collation attributes. |
| datacurules | text | ICU collation rules. |
| datredwoodlike | Boolean | Disables backslash-escape in LIKE patterns. |