DatabaseMetaData.getStringFunctions() reports "concat"

From: Werner Donné <werner(dot)donne(at)pincette(dot)biz>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: DatabaseMetaData.getStringFunctions() reports "concat"
Date: 2010-12-07 13:40:06
Message-ID: E4B800E2-411D-4856-936F-BD34CCDC678C@pincette.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I use PostGreSQL 9.0.1 with the JDBC-driver 9.0-801. The method java.sql.DatabaseMetaData.getStringFunctions() reports the following:

"ascii,char,concat,lcase,left,length,ltrim,repeat,rtrim,space,substring,ucase,replace"

This contains the "concat" function, which is not allowed in the SQL-syntax.

Best regards,

Werner.
--
http://www.pincette.biz/
Handling your documents with care, wherever you are.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Werner Donné 2010-12-07 14:08:04 Re: DatabaseMetaData.getStringFunctions() reports "concat"
Previous Message Rob Stone 2010-12-07 13:29:04 Connection Problem