Files
doc-exports/docs/dws/dev/dws_04_0719.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

4.2 KiB

PG_AVAILABLE_EXTENSIONS

PG_AVAILABLE_EXTENSIONS displays the extended information about certain database features.

Table 1 PG_AVAILABLE_EXTENSIONS columns

Column

Type

Description

Name

Name

Extension name.

default_version

Text

Name of default version. The value is NULL if none is specified.

installed_version

Text

Currently installed version of the extension. The value is NULL if no version is installed.

comment

Text

Comment string from the extension's control file.