diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-01-16 08:56:00 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-01-16 08:56:00 +0100 |
commit | 58b20e6d75e5ccaba8bd8a8b1c09f90e4a371b63 (patch) | |
tree | 0709804af8b4f4a0b8a4429f17a34ec5cb3872b4 /doc/src | |
parent | 4794c2d31714235700ed68edafa10d1928c9bbb2 (diff) | |
download | postgresql-58b20e6d75e5ccaba8bd8a8b1c09f90e4a371b63.tar.gz postgresql-58b20e6d75e5ccaba8bd8a8b1c09f90e4a371b63.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 01b1d82b0de..77790f2e4b2 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -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> |