pgsql: doc: Add note about generated columns in foreign tables

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note about generated columns in foreign tables
Date: 2019-04-08 11:49:51
Message-ID: E1hDSmd-0005ii-2p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note about generated columns in foreign tables

Explain that it is not enforced that querying a generated column
returns data that is consistent with the data that was stored. This
is similar to the note about constraints nearby.

Reported-by: Amit Langote <amitlangote09(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/348f57ce5be96190491e2153abb47060884f8ebf

Modified Files
--------------
doc/src/sgml/ref/create_foreign_table.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-08 16:20:30 pgsql: Fix EvalPlanQualStart to handle partitioned result rels correctl
Previous Message Fujii Masao 2019-04-08 07:46:33 pgsql: Add vacuum_truncate reloption.