diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index dd61e057b21..b654fae1b2f 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1032,10 +1032,11 @@ The catalog pg_attrdef stores column default - values. The main information about columns is stored in - pg_attribute. - Only columns for which a default value has been explicitly set will have - an entry here. + expressions and generation expressions. The main information about columns + is stored in pg_attribute. + Only columns for which a default expression or generation expression has + been explicitly set will have an entry here. @@ -1087,7 +1088,7 @@ adbinpg_node_tree - The column default value, in nodeToString() + The column default or generation expression, in nodeToString() representation. Use pg_get_expr(adbin, adrelid) to convert it to an SQL expression.