> Why not dump and recreate your database, but edit the dumpfile to
> remove the double-quotes and thus force the names to become
> case-insensitive? Then it won't matter that OleDB is sending garbage.
Just a note on an easy way to do this.. run pg_dump with the no quotes
option. Then you won't have much to edit, if anything.
HTH
-Cedar