Re: [HACKERS] I thought this was picked up ages ago?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] I thought this was picked up ages ago?
Date: 1999-05-18 23:15:36
Message-ID: Pine.LNX.4.04.9905190014500.3493-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 18 May 1999, Bruce Momjian wrote:

> >
> > 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);
> CREATE
> test=> drop table tt;
> ERROR: Relation 'tt' does not exist
> test=> drop table "TT";
> DROP

I tried it on mine (cvs update from last night) using psql and it failed
:-(

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-18 23:54:42 Re: [HACKERS] I thought this was picked up ages ago?
Previous Message Bruce Momjian 1999-05-18 22:15:59 DEFAULT '' problem