From: pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Cem COLGECEN I want to trimming character(char) columns via ODBC driver. I've done something like this and it works, but I'm not satisfied.
How do I make it more stable?
Could you elaborate on what you are unsatisfied with? How unstable?
Why don’t you use the SQL standard rtim() function in your SQL statements, instead of modifying the ODBC driver?