SELECT INTO create new table, how to turn off this feature?

From: aasat <satriani(at)veranet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: SELECT INTO create new table, how to turn off this feature?
Date: 2012-06-19 13:05:42
Message-ID: 1340111142475-5713267.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is it possible to turn off future "SELECT INTO" that create new table?
I use it on pl/pgsql function, and I have mamy mistakes with variable name
in SQL

thanks
Wojtek

--
View this message in context: http://postgresql.1045698.n5.nabble.com/SELECT-INTO-create-new-table-how-to-turn-off-this-feature-tp5713267.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra 2012-06-19 13:08:30 How to get no. of commits/rollbacks by application on the database?
Previous Message Craig Ringer 2012-06-19 11:06:00 Re: Feature discussion: Should syntax errors abort a transaction?