pg_aclcheck error? - Mailing list pgsql-interfaces

From Jan Mlotkiewicz
Subject pg_aclcheck error?
Date
Msg-id 25497983.970265990598.JavaMail.imail@knuckles.excite.com
Whole thread Raw
Responses Re: pg_aclcheck error?
List pgsql-interfaces
I'm using postgres 7.0.2 on the backend to do a problem logging db, with JSP
and Apache Jserv from Web pages to enter data via JDBC connection.

I've set up a unique serial id so that a user gets a ticket number
auto-generated.

When they hit submit, it should log data into db, but right noow I get the
following:

ERROR: pg_aclcheck: class "problem_seq_incident" not found.

can anyone tell me what the pg_aclcheck is doing?

My sequence is setup in the db config as problem_incident_seq, and also in
the java code for the bean that connects to the db, so i'm a bit curious on
this..

Any ideas appreciated..





_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html



pgsql-interfaces by date:

Previous
From: "Aage J. Skjolingstad"
Date:
Subject: Re: ODBC with version 7.0.2
Next
From: Tom Lane
Date:
Subject: Re: pg_aclcheck error?