Quotes in SQL

Поиск
Список
Период
Сортировка
От Randall Barber
Тема Quotes in SQL
Дата
Msg-id 001001c1fabf$b856ac30$82c5bb80@246upbwork
обсуждение исходный текст
Ответы Re: Quotes in SQL  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hi--I'm completely new to PostGres...  From what I read in the documentation, sql here is same as there.
 
SELECT * FROM FOO.BAR WHERE FOO.BAR.BAZ='1234';
 
However, I just finished building my own PostGres and when I try to use it, I have to do stuff like this:
 
SELECT * FROM "FOO"."BAR" WHERE "FOO"."BAR"."BAZ" = '1234';
 
Is this a Postgres thing?  Or did I compile it wrong?  Or is it an option to create_db?
 
Thanks for your help
RDB

В списке pgsql-general по дате отправления:

Предыдущее
От: Randall Perry
Дата:
Сообщение: Re: Serious environment problem with 7.2 on Solaris
Следующее
От: Elaine Lindelef
Дата:
Сообщение: Re: Use of OIDS as primary keys