mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
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@gmail.com>