> > I am looking for a server or driver side configuration option
> > as I don't want to rewrite all my SQL statements (>3500).
I'm using jdbc.postgresql.org Driver for a Java/JSP application.
> >
> > I am porting an application running on MsSQL/Oracle DBs.
> >
>
> Hi, I am a novice as well, but it seems your problem might be
> better handled
> at some point between the database and your SQL. What are you using to
> connect the two? E.g. psql is an application that exists between the
> database and your SQL statements; it might be the easiest
> place to force the
> headers to appear as upper case.