Re: automatic password for pg_dump to be used for a batch file in vb6

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: oliver rombaoa <watsamalayu(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: automatic password for pg_dump to be used for a batch file in vb6
Date: 2007-02-15 17:57:28
Message-ID: 45D49F08.6020509@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

oliver rombaoa wrote:
> i want to add database backup to my program i developed in visual
> basic 6, of course i can save the syntax for pg_dump in a batch file
> and call it inside vb6 via "shell", but my problem is that the batch
> file executes but stops to prompt for a password. how can i supply a
> password to it automatically or i mean within visual basic 6 so that
> no user interaction is needed, i don't mind about the security since
> only the administrator has access for the program. please, any help
> will be greatly appreciated. thank you.

Use the pgpass.conf file or the PGPASSWORD environment variable to
supply the password.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2007-02-15 17:58:38 Re: automatic password for pg_dump to be used for a batch file in vb6
Previous Message Andrew Dunstan 2007-02-15 17:54:15 Re: automatic password for pg_dump to be used for a batch file in vb6