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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] I thought this was picked up ages ago?
Дата
Msg-id 199905182354.TAA10525@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] I thought this was picked up ages ago?  (Peter T Mount <peter@retep.org.uk>)
Ответы Re: [HACKERS] I thought this was picked up ages ago?  (Peter T Mount <peter@retep.org.uk>)
Список 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
> :-(
> 

Can you try this exact example and see if that works?

--  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 по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] I thought this was picked up ages ago?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] I've got it, now should I commit it?