I hope this is an easy one.. I am migrating a small application from using MSSQL to us Postgres.
In neither MSSQL nor MySQL do I have to quote table and field names in the query (and then escape them). But Postgres is requiring that table names and field names are in quotes when it gets sent through PG_EXEC.
Is this just something I'll have to deal with or there a blaringly obvious answer?
Thanks!
Jerry
In neither MSSQL nor MySQL do I have to quote table and field names in the query (and then escape them). But Postgres is requiring that table names and field names are in quotes when it gets sent through PG_EXEC.
Is this just something I'll have to deal with or there a blaringly obvious answer?
Thanks!
Jerry