We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75d23 commit 4be16c0Copy full SHA for 4be16c0
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