Re: SQL Join - MySQL/PostgreSQL difference?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brice Ruth <brice(at)webprojkt(dot)com>
Cc: David Olbersen <dave(at)slickness(dot)org>, pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL Join - MySQL/PostgreSQL difference?
Date: 2001-02-07 15:10:48
Message-ID: 28158.981558648@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Brice Ruth <brice(at)webprojkt(dot)com> writes:
> About the case-sensitivity, I was under the impression that PostgreSQL
> was case-insensitive unless things were explicitly put in quotes.

Names in queries (of tables, fields, functions, etc) are
case-insensitive. This has nothing to do with the behavior of data
comparisons, however.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Brice Ruth 2001-02-07 15:13:45 Re: SQL Join - MySQL/PostgreSQL difference?
Previous Message Michael Fork 2001-02-07 14:32:20 Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?