Hi everyone, I'm new at postgres and I am trying to run a shell script to create a db for a java app. All I can seem to get are one of the three following errors no matter what I try. User not in pg_shadow (when I just created the user as super and with the ability to create databases). Serial relations already exist java.sql.SQLException: ERROR: ProcedureCreate: procedure plpgsql_call_handler already exists with same arguments I know this is kind of generic, but I wonder if anyone has any ideas on why java just can't seem to communicate with postgres. I'm using the standard debian jdk1.1 and postgres 6.5.3 packages. I can't seem to find a lot of info on these errors as they might relate to java. Any help greatly appreciated! Thanks, Steve Doerr
