Обсуждение: one line doc patch for v12

Поиск
Список
Период
Сортировка

one line doc patch for v12

От
Filip Rembiałkowski
Дата:
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



Re: one line doc patch for v12

От
Amit Kapila
Дата:
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



Re: one line doc patch for v12

От
Amit Kapila
Дата:
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