doc: Decorate PostgreSQL with productname tag
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 16 Jan 2024 07:56:00 +0000 (08:56 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 16 Jan 2024 07:56:00 +0000 (08:56 +0100)
... 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

doc/src/sgml/ddl.sgml

index 01b1d82b0de68f2dae8372e232fbcafb11721299..77790f2e4b2f7aa799e655de24ffca6687952181 100644 (file)
@@ -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>