backup and store oids

Поиск
Список
Период
Сортировка
От Gabriel Lopez
Тема backup and store oids
Дата
Msg-id 3A262235.9D2A55AF@dif.um.es
обсуждение исходный текст
Ответы Re: backup and store oids  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
    Hi all, I'm using postgresql-7.0.2 on Linux RedHat 6.2 system.

    I need help to some question:

    1. I have problem insert oid object in a table, not always,
sometimes. I have the exception

        FastPath call returned FATAL 1:  my bits moved right off
        Recreate index pg_attribute_relid_attnum_index.

         I also have this problem on Solaris 7. It appear with a simple
table as a:
        create table ttest (pkey int8, test oid);

    2. When backup my database use:
            pg_dump dbname > dbname.pgdump

        but when restore it:
            cat dbname.pgdump | psql dbname

        oid objets are not restore correctly
        There's any other way to backup oid objects?

    Thanks, Gabi.


--
Gabriel López Millán
Facultad de Informática -Universidad de Murcia
30001 Murcia - España (Spain)
Telf: +34-968-364644 E-mail: gabilm@dif.um.es




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

Предыдущее
От: Steve Heaven
Дата:
Сообщение: Re: How do I install pl/perl
Следующее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: backup and store oids