New wording:

Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
ecpg_big_bison
Bruce Momjian 24 years ago
parent 7fe9e19842
commit eb32be62d4
  1. 3
      HISTORY
  2. 4
      doc/src/sgml/release.sgml

@ -32,7 +32,8 @@ Changes
contrib/tsearch dictionary improvements, see README.tsearch for contrib/tsearch dictionary improvements, see README.tsearch for
an additional installation step (Thomas T. Thai, Teodor Sigaev) an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom) Fix for array subscripts handling (Tom)
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom) Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
---------------------------------------------------------------------- ----------------------------------------------------------------------

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.127 2002/03/25 20:58:05 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.128 2002/03/25 21:24:08 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@ -79,7 +79,7 @@ contrib/btree_gist improvements (Teodor Sigaev)
contrib/tsearch dictionary improvements, see README.tsearch for contrib/tsearch dictionary improvements, see README.tsearch for
an additional installation step (Thomas T. Thai, Teodor Sigaev) an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom) Fix for array subscripts handling (Tom)
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom) Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>

Loading…
Cancel
Save