Hello.

I want to connection PostgreSQL DataBase with client_encoding parameter.

How do I sent "charSet=UTF-8" to Postgre ?

I guess that "init-param" Attribute to Set Parameter.

<database jndi-name="jdbc/test">
  <driver type="org.postgresql.Driver">
    <url>jdbc:postgresql://localhost/test</url>

================ Question ==================================
    <init-param charSet="UTF-8" />  or
    <init-param param-name="charSet" param-value="UTF-8"/>

     which I use to ?
=============================================================



  </driver>
</database>

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to