pgsql: Improve description of pg_attrdef in documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve description of pg_attrdef in documentation
Date: 2018-10-29 07:39:44
Message-ID: E1gH29I-0001os-G2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0993b8ada53395a8c8a59401a7b4cfb501f6aaef

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-10-29 10:35:51 pgsql: pg_restore: Augment documentation for -N option
Previous Message Thomas Munro 2018-10-29 00:02:15 pgsql: Remove incorrect comment in dshash.c.