Re: [HACKERS] Re: subselects
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
Cc: Bruce Momjian <maillist@candle.pha.pa.us>, hackers@postgresql.org
Date: 1998-01-11T05:58:01Z
Lists: pgsql-hackers
Attachments
- gram.y.patch (text/plain)
- keywords.c.patch (text/plain)
Here are context diffs of gram.y and keywords.c; sorry about sending the full files.
These start sending lists of arguments toward the backend from the parser to
implement row descriptors and subselects.
They should apply OK even over Bruce's recent changes...
- Tom