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
an additional installation step (Thomas T. Thai, Teodor Sigaev)
Fix for array subscripts handling (Tom)
Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
----------------------------------------------------------------------