one line doc patch for v12

Started by Filip Rembiałkowskiover 6 years ago3 messages
#1Filip Rembiałkowski
filip.rembialkowski@gmail.com

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

#2Amit Kapila
amit.kapila16@gmail.com
In reply to: Filip Rembiałkowski (#1)
Re: one line doc patch for v12

On Thu, Sep 19, 2019 at 1:40 PM Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:

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>

Looks good to me, will take care of pushing this change in some time
unless someone else takes care of it before me.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

#3Amit Kapila
amit.kapila16@gmail.com
In reply to: Amit Kapila (#2)
Re: one line doc patch for v12

On Thu, Sep 19, 2019 at 2:15 PM Amit Kapila <amit.kapila16@gmail.com> wrote:

On Thu, Sep 19, 2019 at 1:40 PM Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:

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>

Looks good to me, will take care of pushing this change in some time
unless someone else takes care of it before me.

Pushed.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com