Quotes in SQL - Mailing list pgsql-general

From Randall Barber
Subject Quotes in SQL
Date
Msg-id 001001c1fabf$b856ac30$82c5bb80@246upbwork
Whole thread Raw
Responses Re: Quotes in SQL
List 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 by date:

Previous
From: Randall Perry
Date:
Subject: Re: Serious environment problem with 7.2 on Solaris
Next
From: Elaine Lindelef
Date:
Subject: Re: Use of OIDS as primary keys