mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
doc: Decorate PostgreSQL with productname tag
... in the section about Generated Columns. Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAExHW5uOykuTC+C6R1yDSp=o8Q83jr8xJdZxgPkxfZ1Ue5RRGg@mail.gmail.com
This commit is contained in:
parent
4794c2d317
commit
58b20e6d75
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ CREATE TABLE products (
|
|||
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.
|
||||
<productname>PostgreSQL</productname> currently implements only stored generated columns.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue