Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.6. pg_attrdef
Prev UpChapter 52. System CatalogsHome Next

52.6. pg_attrdef#

The catalogpg_attrdef stores column default values. The main information about columns is stored inpg_attribute. Only columns for which a default value has been explicitly set will have an entry here.

Table 52.6. pg_attrdef Columns

Column Type

Description

oidoid

Row identifier

adrelidoid (referencespg_class.oid)

The table this column belongs to

adnumint2 (referencespg_attribute.attnum)

The number of the column

adbinpg_node_tree

The column default value, innodeToString() representation. Usepg_get_expr(adbin, adrelid) to convert it to an SQL expression.



Prev Up Next
52.5. pg_amproc Home 52.7. pg_attribute
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp