pgsql: doc: Clarify that pg_attrdef also stores generation expressions

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify that pg_attrdef also stores generation expressions
Date: 2024-07-01 06:44:22
Message-ID: E1sOAlx-003l7X-9S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify that pg_attrdef also stores generation expressions

This was documented with pg_attribute but not with pg_attrdef.

Reported-by: jian he <jian(dot)universality(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CACJufxE+E-iYmBnZVZHiYA+WpyZZVv7BfiBLpo=T70EZHDU9rw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da486d360103fbb3cd0d3f3b70134d47e9bb652a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-07-01 06:55:04 pgsql: Remove useless initializations
Previous Message Amit Kapila 2024-07-01 06:33:44 pgsql: Rename standby_slot_names to synchronized_standby_slots.