Skip to content

Commit 58b20e6

Browse files
committed
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
1 parent 4794c2d commit 58b20e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ddl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ CREATE TABLE products (
249249
storage and is computed when it is read. Thus, a virtual generated column
250250
is similar to a view and a stored generated column is similar to a
251251
materialized view (except that it is always updated automatically).
252-
PostgreSQL currently implements only stored generated columns.
252+
<productname>PostgreSQL</productname> currently implements only stored generated columns.
253253
</para>
254254

255255
<para>

0 commit comments

Comments
 (0)