Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.6. pg_attrdef
Prev UpChapter 50. System CatalogsHome Next

50.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 50.6. pg_attrdef Columns

NameTypeReferencesDescription
oidoid Row identifier
adrelidoidpg_class.oidThe table this column belongs to
adnumint2pg_attribute.attnumThe 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
50.5. pg_amproc Home 50.7. pg_attribute
epubpdf
Go to Postgres Pro Standard 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp