Parenthesis in Queries - Mailing list pgsql-general

From Oudenhoven, Timothy L
Subject Parenthesis in Queries
Date
Msg-id E1CF34F4AA445E47990786EEED7BE6DC603AEE@ems9.uwsp.edu
Whole thread Raw
Responses Re: Parenthesis in Queries  (Shachar Shemesh <psql@shemesh.biz>)
Re: Parenthesis in Queries  (Martin Marques <martin@bugs.unl.edu.ar>)
List pgsql-general
Is there a way to turn off the need to use parenthesis in queries for table names etc.  I have seen in some
documentationexamples that parenthesis are not used in the queries.  In my install of postgre 7.4 I get an error when I
donot use them. 

Example with parenthesis which works in my build
select * from portal."User"

where I would like to use
select * from portal.User

Thanks
Tim


pgsql-general by date:

Previous
From: "muteki"
Date:
Subject: wait_seconds in pg_ctl
Next
From: Mike McGavin
Date:
Subject: Tracking structural changes from psql