|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.227 2010/08/25 18:18:41 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.228 2010/09/03 01:34:54 tgl Exp $ --> |
2 | 2 | <!-- |
3 | 3 | Documentation of the system catalogs, directed toward PostgreSQL developers |
4 | 4 | --> |
|
797 | 797 |
|
798 | 798 | <row> |
799 | 799 | <entry><structfield>adbin</structfield></entry> |
800 | | - <entry><type>text</type></entry> |
| 800 | + <entry><type>pg_node_tree</type></entry> |
801 | 801 | <entry></entry> |
802 | 802 | <entry>The internal representation of the column default value</entry> |
803 | 803 | </row> |
|
1917 | 1917 |
|
1918 | 1918 | <row> |
1919 | 1919 | <entry><structfield>conbin</structfield></entry> |
1920 | | - <entry><type>text</type></entry> |
| 1920 | + <entry><type>pg_node_tree</type></entry> |
1921 | 1921 | <entry></entry> |
1922 | 1922 | <entry>If a check constraint, an internal representation of the expression</entry> |
1923 | 1923 | </row> |
|
2915 | 2915 |
|
2916 | 2916 | <row> |
2917 | 2917 | <entry><structfield>indexprs</structfield></entry> |
2918 | | - <entry><type>text</type></entry> |
| 2918 | + <entry><type>pg_node_tree</type></entry> |
2919 | 2919 | <entry></entry> |
2920 | 2920 | <entry> |
2921 | 2921 | Expression trees (in <function>nodeToString()</function> |
|
2928 | 2928 |
|
2929 | 2929 | <row> |
2930 | 2930 | <entry><structfield>indpred</structfield></entry> |
2931 | | - <entry><type>text</type></entry> |
| 2931 | + <entry><type>pg_node_tree</type></entry> |
2932 | 2932 | <entry></entry> |
2933 | 2933 | <entry> |
2934 | 2934 | Expression tree (in <function>nodeToString()</function> |
|
3980 | 3980 |
|
3981 | 3981 | <row> |
3982 | 3982 | <entry><structfield>proargdefaults</structfield></entry> |
3983 | | - <entry><type>text</type></entry> |
| 3983 | + <entry><type>pg_node_tree</type></entry> |
3984 | 3984 | <entry></entry> |
3985 | 3985 | <entry> |
3986 | 3986 | Expression trees (in <function>nodeToString()</function> representation) |
|
4129 | 4129 |
|
4130 | 4130 | <row> |
4131 | 4131 | <entry><structfield>ev_qual</structfield></entry> |
4132 | | - <entry><type>text</type></entry> |
| 4132 | + <entry><type>pg_node_tree</type></entry> |
4133 | 4133 | <entry></entry> |
4134 | 4134 | <entry> |
4135 | 4135 | Expression tree (in the form of a |
|
4140 | 4140 |
|
4141 | 4141 | <row> |
4142 | 4142 | <entry><structfield>ev_action</structfield></entry> |
4143 | | - <entry><type>text</type></entry> |
| 4143 | + <entry><type>pg_node_tree</type></entry> |
4144 | 4144 | <entry></entry> |
4145 | 4145 | <entry> |
4146 | 4146 | Query tree (in the form of a |
|
4839 | 4839 |
|
4840 | 4840 | <row> |
4841 | 4841 | <entry><structfield>tgqual</structfield></entry> |
4842 | | - <entry><type>text</type></entry> |
| 4842 | + <entry><type>pg_node_tree</type></entry> |
4843 | 4843 | <entry></entry> |
4844 | 4844 | <entry>Expression tree (in <function>nodeToString()</function> |
4845 | 4845 | representation) for the trigger's <literal>WHEN</> condition, or null |
|
5622 | 5622 |
|
5623 | 5623 | <row> |
5624 | 5624 | <entry><structfield>typdefaultbin</structfield></entry> |
5625 | | - <entry><type>text</type></entry> |
| 5625 | + <entry><type>pg_node_tree</type></entry> |
5626 | 5626 | <entry></entry> |
5627 | 5627 | <entry><para> |
5628 | | - If <structfield>typdefaultbin</> is not null, it is the <function>nodeToString()</function> |
| 5628 | + If <structfield>typdefaultbin</> is not null, it is the |
| 5629 | + <function>nodeToString()</function> |
5629 | 5630 | representation of a default expression for the type. This is |
5630 | 5631 | only used for domains. |
5631 | 5632 | </para></entry> |
|
5642 | 5643 | default expression represented by <structfield>typdefaultbin</>. If |
5643 | 5644 | <structfield>typdefaultbin</> is null and <structfield>typdefault</> is |
5644 | 5645 | not, then <structfield>typdefault</> is the external representation of |
5645 | | - the type's default value, which might be fed to the type's input |
| 5646 | + the type's default value, which can be fed to the type's input |
5646 | 5647 | converter to produce a constant. |
5647 | 5648 | </para></entry> |
5648 | 5649 | </row> |
|
0 commit comments