Thomas Lockhart <lockhart@fourpalms.org> writes:
> ODBC is a standard, but not the standard targeted by our implementation
> of SQL in the backend, and does not *require* direct support for all
> features in the backend. In some cases, we solve that in the ODBC
> driver, with perhaps help from extensions defined in odbc.sql.
Good point. Mapping CURRENT_USER() to CURRENT_USER in the ODBC driver
would be more standards-compliant than doing it in the backend, IMHO.
regards, tom lane