I talked with TEE team and we discussed the following: - Both SELECT .. FROM .. INTO and INTO .. FROM are valid *inside* a function, - As a *standalone* statement, only SELECT .. INTO .. FROM is valid, and that form means the same as CREATE TABLE AS (see www.postgresql.org/.../sql-selectinto.html ). The TEE parser seems to comply to the above. So do we still have an issue? Hope this helps, Andre
↧