Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.22. pg_extension
Prev UpChapter 51. System CatalogsHome Next

51.22. pg_extension#

The catalogpg_extension stores information about the installed extensions. SeeSection 36.17 for details about extensions.

Table 51.22. pg_extension Columns

Column Type

Description

oidoid

Row identifier

extnamename

Name of the extension

extowneroid (referencespg_authid.oid)

Owner of the extension

extnamespaceoid (referencespg_namespace.oid)

Schema containing the extension's exported objects

extrelocatablebool

True if extension can be relocated to another schema

extversiontext

Version name for the extension

extconfigoid[] (referencespg_class.oid)

Array ofregclass OIDs for the extension's configuration table(s), orNULL if none

extconditiontext[]

Array ofWHERE-clause filter conditions for the extension's configuration table(s), orNULL if none


Note that unlike most catalogs with anamespace column,extnamespace is not meant to imply that the extension belongs to that schema. Extension names are never schema-qualified. Rather,extnamespace indicates the schema that contains most or all of the extension's objects. Ifextrelocatable is true, then this schema must in fact contain all schema-qualifiable objects belonging to the extension.


Prev Up Next
51.21. pg_event_trigger Home 51.23. pg_foreign_data_wrapper
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp