Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00ef6e3

Browse files
committed
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>
1 parent 39fe881 commit 00ef6e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/create_foreign_table.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ]
268268
<listitem>
269269
<para>
270270
This clause creates the column as a <firstterm>generated
271-
column</firstterm>. The column cannot be written to, and when read it
272-
will be computed from the specified expression.
271+
column</firstterm>. The column cannot be written to, and when read the
272+
result of the specified expression will be returned.
273273
</para>
274274

275275
<para>

doc/src/sgml/ref/create_table.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
813813
<listitem>
814814
<para>
815815
This clause creates the column as a <firstterm>generated
816-
column</firstterm>. The column cannot be written to, and when read it
817-
will be computed from the specified expression.
816+
column</firstterm>. The column cannot be written to, and when read the
817+
result of the specified expression will be returned.
818818
</para>
819819

820820
<para>

0 commit comments

Comments
 (0)