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 08:45:05
Message-ID: CAA4eK1J5MuwcxQRqv__mf6Uodjm7gkqkG-VJJSFjtZPVUp-VLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2019-09-19 09:11:33 Re: allow online change primary_conninfo
Previous Message Amit Langote 2019-09-19 08:37:13 Re: pgbench - allow to create partitioned tables