Re: Postgredac Dump

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Postgredac Dump
Дата
Msg-id 4DCD6E1A.9060007@iol.ie
обсуждение исходный текст
Ответ на Re: Postgredac Dump  ("Bob Pawley" <rjpawley@shaw.ca>)
Ответы Re: Postgredac Dump  ("Bob Pawley" <rjpawley@shaw.ca>)
Re: Postgredac Dump  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
On 13/05/2011 18:30, Bob Pawley wrote:
> Hi Raghu
> Thanks for the site.
> I am still having problems.
> The following downloads a file of 0 bytes.
> procedure TForm1.Button3Click(Sender: TObject);
> begin
> PSQLDump1.DumpToFile('E5R', 'C:\PDW\E5R');
> end;
> (E5R is the database name.)
> The Dump component points to a viable database.
> I left the schema and tables empty as I understand that doing so will
> dump the whole database.

Hi Bob,

I've only recently started using that component set, and haven't tried
the pg_dump one yet, so I'm only guessing, but it sounds as if something
is going wrong at the server end - maybe an authentication problem? What
does the PostgreSQL log say?

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: "Bob Pawley"
Дата:
Сообщение: Re: Postgredac Dump
Следующее
От: bubba postgres
Дата:
Сообщение: Re: pg_dump on Hot standby : clarification on how to