doc: Fix generated column documentation

The old text still had an implicit reference to the virtual behavior,
which was not in the final patch.

Author: Tobias Bussmann <t.bussmann@gmx.net>
This commit is contained in:
Peter Eisentraut 2019-05-27 12:26:16 -04:00
parent 39fe881d3c
commit 00ef6e3b28
2 changed files with 4 additions and 4 deletions

View File

@ -268,8 +268,8 @@ CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ]
<listitem>
<para>
This clause creates the column as a <firstterm>generated
column</firstterm>. The column cannot be written to, and when read it
will be computed from the specified expression.
column</firstterm>. The column cannot be written to, and when read the
result of the specified expression will be returned.
</para>
<para>

View File

@ -813,8 +813,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<listitem>
<para>
This clause creates the column as a <firstterm>generated
column</firstterm>. The column cannot be written to, and when read it
will be computed from the specified expression.
column</firstterm>. The column cannot be written to, and when read the
result of the specified expression will be returned.
</para>
<para>