Re: [ADMIN] Help about types please

2006-08-31 Thread Aaron Bono
On 8/28/06, Thomas Galla <[EMAIL PROTECTED]> wrote: Hello everyone,Actually i'm working in a java project which attemps to storage oid data types in a postgres7.4.Anyway, when my application tries to store an oid, it throws a sqlexception that says: ERROR: the column «doc_cidt» is of type oid but y

[ADMIN] Help about types please

2006-08-28 Thread Thomas Galla
Hello everyone,Actually i'm working in a java project which attemps to storage oid data types in a postgres7.4.Anyway, when my application tries to store an oid, it throws a sqlexception that says:ERROR: the column «doc_cidt» is of type oid but yhe _expression_ is of type bytea i'll give you my tha