We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4794c2d commit 58b20e6Copy full SHA for 58b20e6
doc/src/sgml/ddl.sgml
@@ -249,7 +249,7 @@ CREATE TABLE products (
249
storage and is computed when it is read. Thus, a virtual generated column
250
is similar to a view and a stored generated column is similar to a
251
materialized view (except that it is always updated automatically).
252
- PostgreSQL currently implements only stored generated columns.
+ <productname>PostgreSQL</productname> currently implements only stored generated columns.
253
</para>
254
255
<para>
0 commit comments