aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2019-09-19 14:40:09 +0530
committerAmit Kapila <akapila@postgresql.org>2019-09-19 14:51:56 +0530
commita4188a65be9426136fc176430ea646cb0fa04fff (patch)
tree3555e4f146715ca056f800faf452c86b57a56d86
parent1aaa3ee34466780d6f050b7d4aa5cc69935c08b5 (diff)
downloadpostgresql-a4188a65be9426136fc176430ea646cb0fa04fff.tar.gz
postgresql-a4188a65be9426136fc176430ea646cb0fa04fff.zip
Fix typo in commit 578b229718.
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
-rw-r--r--doc/src/sgml/ref/create_table_as.sgml1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml
index b5c4ce69592..56d06838f16 100644
--- a/doc/src/sgml/ref/create_table_as.sgml
+++ b/doc/src/sgml/ref/create_table_as.sgml
@@ -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>