Re: Automatic Backups - Mailing list pgsql-admin

From Magnus Hagander
Subject Re: Automatic Backups
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7247@algol.sollentuna.se
Whole thread Raw
In response to Automatic Backups  ("David A. Leedom" <daleedom@hightowergroup.com>)
List pgsql-admin
>I am writing a program to backup Postgres 8.0 installed on windows via
>Visual Basic.
>
>Is there an easy way to find out where a the PostgreSQL bin files are
>located so I can get the pg_dump and pg_restore utilities?

It's stored in the registry under
HKLM\Software\PostgreSQL\Installations\<version id>\Bin Directory

For 8.0.x, version id is {5AA3FA26-72A2-4D06-9BFE-98E650A37B6D}.

//Magnus

pgsql-admin by date:

Previous
From: "David A. Leedom"
Date:
Subject: Re: Automatic Backups
Next
From: Vlad Harchev
Date:
Subject: can be database files be copied using 'cp' between hosts with different endianess?