Re: Error class not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Remi" <gemegesola(at)retemail(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error class not found
Date: 2002-05-29 21:04:28
Message-ID: 25947.1022706268@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Remi" <gemegesola(at)retemail(dot)es> writes:
> Y have import a table of PostgreSQL 7.0.3 in the PostgreSQL 7.2.1 with
> PhpPgAdmin and a file.sql below:

> ERROR: pg_aclcheck: class "mensajes_mensajeid_seq" not found

Looks like you (or PG 7.0.3's pg_dump) forgot to include the
CREATE SEQUENCE mensajes_mensajeid_seq;
command. You will want to do that, and probably also do a setval()
to set the sequence to whatever count it should have.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fran Fabrizio 2002-05-29 21:30:18 horrendous query challenge :-)
Previous Message Steve Wranovsky 2002-05-29 20:58:53 Query plan w/ like clause question