select ... into question - Mailing list pgsql-hackers

From Michael Meskes
Subject select ... into question
Date
Msg-id 20030501165343.GA3072@feivel.fam-meskes.de
Whole thread Raw
Responses Re: select ... into question
List pgsql-hackers
Hi,

our parser allows the into clause only between the target list and the
from clause. While this is surely the was I usually use that clause,
others dbms are different. Informix e.g. allows it also as the very last
clause after the having clause.

Is there a reason (standard?) why we don't allow that, or shall I go
ahead and commit a parser change to allow this order?

Michael
-- 
Michael Meskes
Email: Michael@Fam-Meskes.De
ICQ: 179140304
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Should we SetQuerySnapshot() between actions of a rule?
Next
From: Tom Lane
Date:
Subject: Re: select ... into question