Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Дата
Msg-id 5.1.0.14.0.20021202001218.054b2ac8@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Bug #827: pg_dump in 7.3 can't dump 7.1 db  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db  (Philip Warner <pjw@rhyme.com.au>)
Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
At 08:05 AM 1/12/2002 -0500, pgsql-bugs@postgresql.org wrote:
>pg_dump: reading user-defined operators
>pg_dump: column number -1 is out of range 0..4

Further investigation seems to indicate this is caused by the cast of
oprcode to oid at line 1687 of pg_dump.c ("oprcode::oid"). It results in
the output not being named 'oprcode'. I am a little surprised it's not a
problem in the 7.3 code branch as well - but maybe it is?



----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|
                                  |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #827: pg_dump in 7.3 can't dump 7.1 db
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #828: psql in 7.3 can't talk to 7.1 backends