1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

New wording:

Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
This commit is contained in:
Bruce Momjian
2002-03-25 21:24:08 +00:00
parent 7fe9e19842
commit eb32be62d4
2 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,8 @@ 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)
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
----------------------------------------------------------------------