View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 08:05 PM
Daniel Mendes
 
Posts: n/a
Default Using Quotation marks.

Hello,

I am using postgres installed in two different computers, in one I
have to do the queries using quotation marks (select * from "Table")
and in the other I can do select * from Table.
What can I do to disable the use of quotation marks?

Thanks
Daniel Gomes Mendes

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote