Thread: SELECT INTO create new table, how to turn off this feature?
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.
On 19/06/2012 14:05, aasat wrote: > 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 No, it's not possible. What problems are you running into? Ray. -- Raymond O'Donnell :: Galway :: Ireland rod@iol.ie
Sorry, my mistake, Postgres 9.0 for unexists variables throwing error "myvariable" is not a known variable -- View this message in context: http://postgresql.1045698.n5.nabble.com/SELECT-INTO-create-new-table-how-to-turn-off-this-feature-tp5713267p5713279.html Sent from the PostgreSQL - general mailing list archive at Nabble.com.