[ImoLUG] problemi con postgresql

Patrizia Martemucci patrizia.martemucci@alice.it
Ven 9 Dic 2011 22:34:21 CET


ciao a tutti
ho un problema con postgresql: ho una tabella in cui devo inserire in un 
campo un ip (tipo inet) ma l'applicazione java passa nella query sql una 
stringa. L'errore che registro è
  org.postgresql.util.PSQLException: ERROR: column "user_ip_address" is 
of type inet but expression is of type character varying
   Suggerimento: You will need to rewrite or cast the expression.

Ho inserito nella tabella pg_cast di postgres il recordo generato dalla 
query

CREATE CAST (CHARACTER VARYING AS inet) WITH INOUT AS ASSIGNMENT;

ma l'errore persiste.
Avete qualche suggerimento?

Patrizia


Maggiori informazioni sulla lista ImoLUG