Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.22. pg_extension
Prev UpChapter 49. System CatalogsHome Next

49.22. pg_extension

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

Table 49.22. pg_extension Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
extnamename Name of the extension
extowneroidpg_authid.oidOwner of the extension
extnamespaceoidpg_namespace.oidSchema containing the extension's exported objects
extrelocatablebool True if extension can be relocated to another schema
extversiontext Version name for the extension
extconfigoid[]pg_class.oidArray 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
49.21. pg_event_trigger Home 49.23. pg_foreign_data_wrapper
epubpdf
Go to Postgres Pro Standard 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp