Re: Error class not found - Mailing list pgsql-general

From Tom Lane
Subject Re: Error class not found
Date
Msg-id 25947.1022706268@sss.pgh.pa.us
Whole thread Raw
In response to Error class not found  ("Remi" <gemegesola@retemail.es>)
List pgsql-general
"Remi" <gemegesola@retemail.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

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: size of units in postgresql.conf
Next
From: Fran Fabrizio
Date:
Subject: horrendous query challenge :-)