File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 10321032
10331033 <para>
10341034 The catalog <structname>pg_attrdef</structname> stores column default
1035- values. The main information about columns is stored in
1036- <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.
1037- Only columns for which a default value has been explicitly set will have
1038- an entry here.
1035+ expressions and generation expressions. The main information about columns
1036+ is stored in <link
1037+ linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.
1038+ Only columns for which a default expression or generation expression has
1039+ been explicitly set will have an entry here.
10391040 </para>
10401041
10411042 <table>
10871088 <structfield>adbin</structfield> <type>pg_node_tree</type>
10881089 </para>
10891090 <para>
1090- The column default value , in <function>nodeToString()</function>
1091+ The column default or generation expression , in <function>nodeToString()</function>
10911092 representation. Use <literal>pg_get_expr(adbin, adrelid)</literal> to
10921093 convert it to an SQL expression.
10931094 </para></entry>
You can’t perform that action at this time.
0 commit comments