From: | Tom Lane <tgl> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/backend/parser (parse_clause.c) |
Date: | 2000-09-17 22:21:28 |
Message-ID: | 200009172221.e8HMLSZ95735@hub.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Date: Sunday, September 17, 2000 @ 18:21:28
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/tmp/cvs-serv95731
Modified Files:
parse_clause.c
----------------------------- Log Message -----------------------------
Parse JOIN/ON conditions with the proper visibility of input columns,
ie, consider only the columns coming from the JOIN clause's sub-clauses.
Also detect attempts to reference columns belonging to other tables
(which would still be possible using an explicitly-qualified name).
I'm not sure this implements the spec's semantics 100% accurately, but
at least it gives plausible behavior.
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Warner - CVS | 2000-09-18 03:24:04 | pgsql/src/bin/pg_dump (pg_backup_archiver.h pg_dump.c) |
Previous Message | Peter Eisentraut - PostgreSQL | 2000-09-17 20:35:27 | pgsql/doc/src/sgml (installation.sgml) |