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:
parent
39fe881d3c
commit
00ef6e3b28
@ -268,8 +268,8 @@ CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ]
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This clause creates the column as a <firstterm>generated
|
This clause creates the column as a <firstterm>generated
|
||||||
column</firstterm>. The column cannot be written to, and when read it
|
column</firstterm>. The column cannot be written to, and when read the
|
||||||
will be computed from the specified expression.
|
result of the specified expression will be returned.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -813,8 +813,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This clause creates the column as a <firstterm>generated
|
This clause creates the column as a <firstterm>generated
|
||||||
column</firstterm>. The column cannot be written to, and when read it
|
column</firstterm>. The column cannot be written to, and when read the
|
||||||
will be computed from the specified expression.
|
result of the specified expression will be returned.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user