Re: one line doc patch for v12

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: one line doc patch for v12
Date: 2019-09-19 09:31:04
Message-ID: CAA4eK1L0_n4NPUyePMs0Xk2_acd24fVTHmUHBN1=JihiKeT71w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 19, 2019 at 2:15 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Thu, Sep 19, 2019 at 1:40 PM Filip Rembiałkowski
> <filip(dot)rembialkowski(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-09-19 09:34:25 Re: [DOC] Document auto vacuum interruption
Previous Message Kyotaro Horiguchi 2019-09-19 09:11:33 Re: allow online change primary_conninfo