Re: [GENERAL] ODBC Driver

From: Maarten Boekhold <maartenb(at)dutepp0(dot)et(dot)tudelft(dot)nl>
To: Bruce Tong <zztong(at)laxmi(dot)ev(dot)net>
Cc: PostgreSQL General <pgsql-general(at)postgreSQL(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [GENERAL] ODBC Driver
Date: 1998-07-23 09:23:37
Message-ID: Pine.SUN.3.91.980723112205.19561D-100000@dutepp0.et.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

> SELECT contact.contact_lname, contact.contact_fname, school.school_name
> FROM contact INNER JOIN school ON contact.contact_school =
> school.school_id;
>
> If I remember correctly, INNER JOIN is not yet supported in PostgreSQL,
> which would explain the failure. Sorry to have accused the failure on the

Aren't INNER JOIN's not exactly the same as what we call a 'normal' join?
ie. isn't it an idea to add the syntax of an INNER JOIN to the parser and
just kinda ignore it? You could have the scanner return just a "," (comma)
for the INNER_JOIN token....

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems |
| Department of Electrical Engineering |
| Computer Architecture and Digital Technique section |
| M(dot)Boekhold(at)et(dot)tudelft(dot)nl |
-----------------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Postgres 1998-07-23 11:12:45
Previous Message Maarten Boekhold 1998-07-23 09:01:55 Re: [GENERAL] Re: [HACKERS] [Fwd: SGVLLUG Oracle and Informix on Linux]

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Tong 1998-07-23 12:48:54 Re: [INTERFACES] ODBC Driver
Previous Message Pap Tibor 1998-07-23 07:10:09 JDBC compile error