Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2
Дата
Msg-id 14491.1118080540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2  (Jochem van Dieten <jochemd@oli.tudelft.nl>)
Ответы Re: pg_dump 8.0.3 failing against PostgreSQL 7.3.2  (Jochem van Dieten <jochemd@oli.tudelft.nl>)
Список pgsql-general
Jochem van Dieten <jochemd@oli.tudelft.nl> writes:
> I get the following error:

>> C:\Program Files\PostgreSQL\8.0\bin>set PGOPTIONS="-W 30"
>>
>> "z:\backup\databases\2005-06-06\wedstrijdzeilen.sql"
>> WARNING:  postgres: invalid command line arguments

Hm, that's odd ... but never mind, you thought of an alternative.

> (gdb) break elog
> Breakpoint 1 at 0x16d8f8
> (gdb) bt
> #0  0x403ca553 in ?? () from /usr/lib/libc.so.28.5
> #1  0x10e604 in mdread ()
> #2  0x10f31f in smgrread ()

You forgot to "continue" until the breakpoint is reached --- this trace
just indicates where the backend happened to be when you stopped it by
attaching.

            regards, tom lane

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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: which commands under PostgreSQL do the similar func provided by "show processlist" under mysql
Следующее
От: Ying Lu
Дата:
Сообщение: Re: which commands under PostgreSQL do the similar func