Re: Error class not found

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error class not found
Дата
Msg-id 25947.1022706268@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error class not found  ("Remi" <gemegesola@retemail.es>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: size of units in postgresql.conf
Следующее
От: Fran Fabrizio
Дата:
Сообщение: horrendous query challenge :-)