Re: Restore and backup with VFP

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Mr(dot) John" <mr_johnmr(at)yahoo(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Restore and backup with VFP
Date: 2008-08-27 16:19:27
Message-ID: 396486430808270919r3fced5ffhb89a044c5d281937@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Tue, Aug 26, 2008 at 11:28 PM, Mr. John <mr_johnmr(at)yahoo(dot)com> wrote:
> Hi
> I'm looking for some clues to backup and restore Postgre database from
> client side using VFP,I found this
> http://archives.postgresql.org/pgsql-odbc/2007-03/msg00060.php
>
> but doesn't work,I got this error
>
> "pg_dump.exe"' is not recognized as an internal or external command,
> operable program or batch file.

pg_dump.exe is usually located:

C:\Program Files\PostgreSQL\8.X\bin\

You might need to adjust your PATH system variable to see this
directory so that you can execute pg_dump.exe without having to
qualify it with its directory location.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mr. John 2008-08-27 17:11:17 Re: Restore and backup with VFP
Previous Message Mr. John 2008-08-27 06:28:52 Restore and backup with VFP