Error from pg_dump

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Error from pg_dump
Дата
Msg-id 00cd01c01901$545e45e0$50824e40@iboats.com
обсуждение исходный текст
Ответ на Re: php and pgsql and rpm/compile  (Tressens Lionel <tressens@etud.insa-tlse.fr>)
Список pgsql-general
  Yesterday, when our nightly database backup was running, it errored out
with the following error from pg_dumpall:

dumpSequence(contact_seq): different sequence name returned by SELECT:
contact_sequence


  Now, there isn't a sequence called "contact_sequence".  There's one called
"contact_seq", and the contact table references it like this:

    Attribute    |     Type     |                   Modifier
-----------------+--------------+------------------------------------------
 contact_id      | integer      | not null default
nextval('contact_seq'::text)


  What exactly does this error mean, and how I can track down what is
causing it?

steve



В списке pgsql-general по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: php and pgsql and rpm/compile
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: php and pgsql and rpm/compile