Re: Problem with pg_dump

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Problem with pg_dump
Дата
Msg-id 20061110165726.GB26485@KanotixBox
обсуждение исходный текст
Ответ на Re: Problem with pg_dump  ("Alex Turner" <armtuk@gmail.com>)
Ответы Re: Problem with pg_dump  ("Alex Turner" <armtuk@gmail.com>)
Список pgsql-general
Alex Turner <armtuk@gmail.com> schrieb:

> Sure thing, I hope it's as simple as user error!
>
> #!/bin/sh
> export DATE=`date +%Y%m%d`
>
> /usr/local/pgsql/bin/pg_dump -Upostgres -hlocalhost trend > /backup/
> trend.dump.$DATE
>
> Thats pretty much it repeated for each database.  I just upgraded to 8.1.5 to
> see if that would fix the problem, but it didn't

I can't believe that. Please, create a new, simple database, create a
table with a index in this db, make a dump and paste this on
http://rafb.net/paste/ and tell us the link.

Something like this:
http://rafb.net/paste/results/8NHxOb70.html
Line 62 creates the INDEX.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Enrico
Дата:
Сообщение: Re: Datum problem
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: Problem with pg_dump