Re: Allow an alias to be attached directly to a JOIN ... USING
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: David Steele <david@pgmasters.net>,
Georgios Kokolatos <gkokolatos@protonmail.com>,
pgsql-hackers@lists.postgresql.org
Date: 2021-03-19T14:00:14Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > I think Tom's input on the guts of this patch would be most valuable, > since it intersects a lot with the parse namespace refactoring he did. Yeah, I've been meaning to take a look. I'll try to get it done in the next couple of days. regards, tom lane
Commits
-
Allow an alias to be attached to a JOIN ... USING
- 055fee7eb4dc 14.0 landed
-
Add p_names field to ParseNamespaceItem
- 66392d396508 14.0 landed