Re: pg_aclcheck error?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Mlotkiewicz <jmlotk(at)excite(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: pg_aclcheck error?
Date: 2000-09-29 22:49:31
Message-ID: 4536.970267771@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Jan Mlotkiewicz <jmlotk(at)excite(dot)com> writes:
> ERROR: pg_aclcheck: class "problem_seq_incident" not found.
^^^^^^^^^^^^^^^^^^^^

> My sequence is setup in the db config as problem_incident_seq,
^^^^^^^^^^^^^^^^^^^^

Is that just a typo in your message, or does it suggest that you didn't
spell the sequence name the same everywhere?

It looks like the sequence functions (nextval() etc) start out with
a permissions check, so if you call them on a nonexistent sequence name
the above complaint is what you'd get.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Aage J. Skjolingstad 2000-09-30 04:05:02 Re: ODBC with version 7.0.2
Previous Message Jan Mlotkiewicz 2000-09-29 22:19:50 pg_aclcheck error?