Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00ef6e3

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 parent39fe881 commit00ef6e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 2 additions & 2 deletions
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 readit
272-
will be computed fromthe specified expression.
271+
column</firstterm>. The column cannot be written to, and when readthe
272+
result ofthe specified expression will be returned.
273273
</para>
274274

275275
<para>

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 2 additions & 2 deletions
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 readit
817-
will be computed fromthe specified expression.
816+
column</firstterm>. The column cannot be written to, and when readthe
817+
result ofthe specified expression will be returned.
818818
</para>
819819

820820
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp