Re: one line doc patch for v12

2019-09-19 Thread Amit Kapila
On Thu, Sep 19, 2019 at 2:15 PM Amit Kapila  wrote:
>
> On Thu, Sep 19, 2019 at 1:40 PM Filip Rembiałkowski
>  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 OIDS=FALSE to
> >specify that rows of the new table should contain no OIDs (object
> >identifiers), OIDS=TRUE is not supported anymore.
> > -  OIDs.
> >   
> >  
> > 
> >
>
> 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




Re: one line doc patch for v12

2019-09-19 Thread Amit Kapila
On Thu, Sep 19, 2019 at 1:40 PM Filip Rembiałkowski
 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 OIDS=FALSE to
>specify that rows of the new table should contain no OIDs (object
>identifiers), OIDS=TRUE is not supported anymore.
> -  OIDs.
>   
>  
> 
>

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




one line doc patch for v12

2019-09-19 Thread 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 OIDS=FALSE to
   specify that rows of the new table should contain no OIDs (object
   identifiers), OIDS=TRUE is not supported anymore.
-  OIDs.
  
 



Sincerely,
Filip