pg_attrdef
#
The catalog <structname>pg_attrdef</structname> stores column default
values. The main information about columns is stored in
<link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.
Only columns for which a default value has been explicitly set will have
an entry here.
pg_attrdef
システムカタログは列のデフォルト値を格納します。
列の主要な情報はpg_attribute
に格納されています。
デフォルト値が明示的に設定された列のみここに項目を持ちます。
表51.6 pg_attrdef
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
The table this column belongs to この列が属するテーブル |
The number of the column 列番号 |
The column default value, in <function>nodeToString()</function>
representation. Use <literal>pg_get_expr(adbin, adrelid)</literal> to
convert it to an SQL expression.
|