In Oracle the table "TABLENAME" is the same as TABLENAME without the quotes, so in some of our application select statements the table name is referenced with quotes and other cases without quotes because in Oracle, they are the same. So when I run a query on Postgres Advanced Server in Oracle Compatibility mode referencing TABLENAME, it is different than "TABLENAME". I am trying out Postgres Advanced Server to see if it will work for us and this is the major problem that I have encountered. Is there an easy way around this behavior? Is there a parameter to change it to work like Oracle? The same thing happens with column names.
Thanks in advance for any suggestions.
This message was edited 2 times. Last update was at 3 Feb 2012 01:02:50
|