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