Re: [HACKERS] I thought this was picked up ages ago? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] I thought this was picked up ages ago?
Date
Msg-id 199905182134.RAA06977@candle.pha.pa.us
Whole thread Raw
In response to I thought this was picked up ages ago?  (Peter T Mount <peter@retep.org.uk>)
Responses Re: [HACKERS] I thought this was picked up ages ago?  (Peter T Mount <peter@retep.org.uk>)
List pgsql-hackers
> 
> While playing with ODBC and MapInfo 5.01, I came across this one:
> 
> drop table "MAPINFO_MAPCATALOG";
> 
> This doesn't work as it seems to ignore the quotes, and convert into lower
> case.

Works in psql, which I think means libpq is OK:
test=> create table "TT" (x int);CREATEtest=> drop table tt;ERROR:  Relation 'tt' does not existtest=> drop table
"TT";DROP


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] I've got it, now should I commit it?
Next
From: Bruce Momjian
Date:
Subject: DEFAULT '' problem