1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Add to HISTORY:

Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
This commit is contained in:
Bruce Momjian
2002-03-25 20:58:40 +00:00
parent df739a0200
commit ff71f2aee6
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ 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)
---------------------------------------------------------------------- ----------------------------------------------------------------------

View File

@@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.3 2002/03/19 14:16:32 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.4 2002/03/25 20:58:40 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
@@ -48,6 +48,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)
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>