one line doc patch for v12

From: Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: one line doc patch for v12
Date: 2019-09-19 08:10:15
Message-ID: CAP_rwwmSNy1=_82rwGe3-X4PjWqPSFXtzNf43DCtGzD7SazdXA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There is a small but eye catching glitch in the v12 (and master) docs
for "CREATE TABLE AS".

https://www.postgresql.org/docs/12/sql-createtableas.html

index b5c4ce6959..56d06838f1 100644
--- a/doc/src/sgml/ref/create_table_as.sgml
+++ b/doc/src/sgml/ref/create_table_as.sgml
@@ -146,7 +146,6 @@
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>

Sincerely,
Filip

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2019-09-19 08:15:37 Re: d25ea01275 and partitionwise join
Previous Message Sergei Kornilov 2019-09-19 08:02:57 Re: allow online change primary_conninfo