Fix typo in commit 578b229718.
authorAmit Kapila <[email protected]>
Thu, 19 Sep 2019 09:10:09 +0000 (14:40 +0530)
committerAmit Kapila <[email protected]>
Thu, 19 Sep 2019 09:10:09 +0000 (14:40 +0530)
Reported-by: Filip RembiaƂkowski
Author: Filip RembiaƂkowski
Backpatch-through: 12, where it was introduced
Discussion: https://postgr.es/m/CAP_rwwmSNy1=_82rwGe3-X4PjWqPSFXtzNf43DCtGzD7SazdXA@mail.gmail.com

doc/src/sgml/ref/create_table_as.sgml

index b5c4ce6959242129daa73e7977660b2122feae0b..56d06838f1620d03d9473bd7539d0a07b860a46a 100644 (file)
@@ -146,7 +146,6 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
       clause for a table can also include <literal>OIDS=FALSE</literal> to
       specify that rows of the new table should contain no OIDs (object
       identifiers), <literal>OIDS=TRUE</literal> is not supported anymore.
-      OIDs.
      </para>
     </listitem>
    </varlistentry>