From: Michael Paquier Date: Mon, 29 Oct 2018 07:38:54 +0000 (+0900) Subject: Improve description of pg_attrdef in documentation X-Git-Tag: REL_12_BETA1~1340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0993b8ada53395a8c8a59401a7b4cfb501f6aaef;p=postgresql Improve description of pg_attrdef in documentation The reference to pg_attribute is switched to a link, which is more useful for the html documentation. The conditions under which a default value is defined for a given column are made more general. Author: Daniel Gustafsson Reviewed-by: Tom Lane Discussion: https://postgr.es/m/0E8748E3-8B7D-445E-9ABA-09DA5C7345CC@yesql.se --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 9edba96fab..4256516c08 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -901,11 +901,11 @@ - The catalog pg_attrdef stores column default values. The main information - about columns is stored in pg_attribute - (see below). Only columns that explicitly specify a default value - (when the table is created or the column is added) will have an - entry here. + 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.