pg_attrdef
#
The catalog <structname>pg_attrdef</structname> stores column default
expressions and generation expressions. The main information about columns
is stored in <link
linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.
Only columns for which a default expression or generation expression has
been explicitly set will have an entry here.
《マッチ度[77.653631]》pg_attrdef
システムカタログは列のデフォルト値を格納します。
列の主要な情報はpg_attribute
に格納されています。
デフォルト値が明示的に設定された列のみここに項目を持ちます。
《機械翻訳》カタログpg_attrdef
は、カラムデフォルト式および世代式を保管します。
列に関するメイン情報は、pg_attribute
に保管されます。
デフォルト式または世代式が明示的に設定された列のみが、ここにエントリを持ちます。
表52.6 pg_attrdef
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
The table this column belongs to この列が属するテーブル |
The number of the column 列番号 |
The column default or generation expression, in <function>nodeToString()</function>
representation. Use <literal>pg_get_expr(adbin, adrelid)</literal> to
convert it to an SQL expression.
《マッチ度[76.344086]》 |