* We also have to check as follows.
*/
sprintf(token, "select nspname from pg_namespace n, pg_class c"
- " where c.relnamespace=n.oid and c.oid='%s'::regclass", ti[i]->name);
+ " where c.relnamespace=n.oid and c.oid='\"%s\"'::regclass", ti[i]->name);
res = CC_send_query(conn, token, NULL, CLEAR_RESULT_ON_ABORT);
if (res)
{
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "07.03.0108"
-#define POSTGRES_RESOURCE_VERSION "07.03.0108\0"
-#define PG_DRVFILE_VERSION 7,3,1,08
+#define POSTGRESDRIVERVERSION "07.03.0109"
+#define POSTGRES_RESOURCE_VERSION "07.03.0109\0"
+#define PG_DRVFILE_VERSION 7,3,1,09
#endif