]> granicus.if.org Git - postgresql/commitdiff
doc: Fix generated column documentation
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 27 May 2019 16:26:16 +0000 (12:26 -0400)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 27 May 2019 16:26:16 +0000 (12:26 -0400)
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>

doc/src/sgml/ref/create_foreign_table.sgml
doc/src/sgml/ref/create_table.sgml

index 5db15eb73eb38d57643488bccb7dc2b6d97fdd06..25d2f09ed20efce88b19872ab8ce53ccf9a653b7 100644 (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>
index 44a61ef99e99303ba1c12e61c57f321ed6cc898b..8e1bfe4d78aa2e019975359448b1bf74a7a9a103 100644 (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>