[BUGS] bug language plpgsql already exists

2010-03-16 Thread beulah prasanthi
hello I deleted existing DB and i created new DB i am getting below error how can i resolve it can any one help please language plpgsql already exists

[BUGS] could not load library

2010-03-16 Thread beulah prasanthi
i deleted DB and created new DB when i execute my queries i got the following error.please help me could not load library C:/Program Files/PostgreSQL/8.4/lib/pldbgapi.dll: The specified module could not be found

[BUGS] helo

2010-02-22 Thread beulah prasanthi
Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used java.arraylist.util while i am running i got the following error Please help me

[BUGS] TypeCast: util.list to array type

2010-02-22 Thread beulah prasanthi
Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used java.arraylist.util while i am running i got the following error Please help me

[BUGS] typecast exception

2010-02-22 Thread beulah prasanthi
Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used java.arraylist.util while i am running i got the following error Please help me

[BUGS] typecast exception

2010-02-22 Thread beulah prasanthi
-- Forwarded message -- From: Ravi nm.ravi2...@gmail.com Date: Mon, Feb 22, 2010 at 5:21 PM Subject: To: Prasanthi itsbeu...@gmail.com Method in Dao public void savePerson(Person person, ListAddress addresses, ListEmail emails, ListPhone numbers){ call.withProcedureName(

[BUGS] exception in plsql

2010-02-22 Thread beulah prasanthi
show details 5:21 PM (19 minutes ago) Method in Dao public void savePerson(Person person, ListAddress addresses, ListEmail emails, ListPhone numbers){ call.withProcedureName( person_save1); MapString, Object out = call.execute(new PGPerson(person),addresses,null,null); }

[BUGS] Hi

2010-01-20 Thread beulah prasanthi
Helo Can i insert all the data into all the tables(multiple tables) with a single trip to the database,by creating rules/triggers using postgres 8.4 if possible please help me how can i insert the data and your answer is valuable to me

[BUGS] could not open server file

2010-01-09 Thread beulah prasanthi
Helo I am beulah i am using postgres 8.4 in my java project using jdk6 i created a table image and i gave datatype for image is oid and i want to import my image from client i gave like INSERT INTO image VALUES(1,'fruit', (lo_import('C:\\My Pictures\\sample.jpg'))); Error : could