Re: Keyword position was: Why does this not work? (keyword 'TEXT')
От
Martijn van Oosterhout
Тема
Re: Keyword position was: Why does this not work? (keyword 'TEXT')
Дата
Msg-id
20020411092032.A15620@svana.org
Ответ на
Keyword position was: Why does this not work? (keyword 'TEXT') (Johann Zuschlag)
Список
Дерево обсуждения
Why does this not work? (keyword 'TEXT') "Johann Zuschlag" <zuschlag@online.de>
Re: Why does this not work? (keyword 'TEXT') Tom Lane <tgl@sss.pgh.pa.us>
Re: Why does this not work? (keyword 'TEXT') "Johann Zuschlag" <zuschlag@online.de>
Re: Why does this not work? (keyword 'TEXT') Martijn van Oosterhout <kleptog@svana.org>
Keyword position was: Why does this not work? (keyword 'TEXT') "Johann Zuschlag" <zuschlag@online.de>
Re: Keyword position was: Why does this not work? (keyword 'TEXT') Martijn van Oosterhout <kleptog@svana.org>
On Wed, Apr 10, 2002 at 05:35:03PM +0200, Johann Zuschlag wrote: > On Thu, 11 Apr 2002 00:06:34 +1000, Martijn van Oosterhout wrote: > >Let me guess, you have capitals in your field names. When you create the > >table, *don't* put quotes around the field names. Then everything becomes > >case insenstive. > > Good guess But unfortunately I don't have access to the > source code of my application. But I could try a manual creation > of the tables. > > But thanks anyway. I'm just wondering about an explaination... Alter Table x alter column y rename to z; or something like that will solve your problem. If you use double-quotes in the column name when you create the table, you'll have to use them everywhere else too... -- Martijn van Oosterhout http://svana.org/kleptog/ > Ignorance continues to thrive when intelligent people choose to do > nothing. Speaking out against censorship and ignorance is the imperative > of all intelligent people.
В списке pgsql-general по дате отправления