| From: | youenn(dot)ballouard2(at)etud(dot)univ-ubs(dot)fr |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Trouble with pg_encoding_to_char |
| Date: | 2002-05-17 08:02:18 |
| Message-ID: | 1021622538.3ce4b90a6f4bb@homae.univ-ubs.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I've been developing a program with the postgres jdbc 2 driver, jdk-1.3.0 and
postgres 6.5.
When I start my program up it bombs like so:
Something unusual has occured to cause the driver to fail. Please report
this exception: Exception: java.sql.SQLException: ERROR: No such
function 'pg_encoding_to_char' with the specified attributes
Stack Trace:
java.sql.SQLException: ERROR: No such function 'pg_encoding_to_char'
with the specified attributes
at
org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:94)
at org.postgresql.Connection.ExecSQL(Connection.java:398)
at org.postgresql.Connection.ExecSQL(Connection.java:381)
at org.postgresql.Connection.openConnection(Connection.java:314)
at org.postgresql.Driver.connect(Driver.java:149)
Does anyone know what any of this means...?
Regards,
Youenn
--------------------------------------------------------------------------------
Université de Bretagne sud http://www.univ-ubs.fr/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Enke, Michael | 2002-05-17 09:55:42 | Re: [HACKERS] Bug #659: lower()/upper() bug on |
| Previous Message | Bear Giles | 2002-05-17 06:00:53 | SSL client cert patch submitted |