Re: [HACKERS] interesting observatation regarding views and V7.0

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: pgsql-hackers@postgreSQL.org
Date: 2000-02-29T14:59:17Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> Well, if I add another field/list to the RangeTblEntry structure to
> hold my working aliases, and if I keep the ref structure as a pristine
> copy of the parameters specified by the user, then everything will go
> back to working as expected. There may be other places in the code
> which really want one or the other of the fields, but as a first cut
> I'll isolate the changes to just the parser directory, more or less.

Sounds like a good plan.

			regards, tom lane