1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0719.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +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

Name

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