pgsql/src/backend/parser (parse_clause.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/parser (parse_clause.c)
Date
Msg-id 200009172221.e8HMLSZ95735@hub.org
Whole thread Raw
List 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.

pgsql-committers by date:

Previous
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/doc/src/sgml (installation.sgml)
Next
From: Philip Warner - CVS
Date:
Subject: pgsql/src/bin/pg_dump (pg_backup_archiver.h pg_dump.c)