... in the section about Generated Columns.
Author: Ashutosh Bapat
Discussion: https://www.postgresql.org/message-id/flat/CAExHW5uOykuTC+C6R1yDSp=o8Q83jr8xJdZxgPkxfZ1Ue5RRGg@mail.gmail.com
storage and is computed when it is read. Thus, a virtual generated column
is similar to a view and a stored generated column is similar to a
materialized view (except that it is always updated automatically).
- PostgreSQL currently implements only stored generated columns.
+
PostgreSQL currently implements only stored generated columns.