Re: [ADMIN] psql shell with no password prompt

2010-07-28 Thread Walter Willmertinger
t; > On Tue, Jul 27, 2010 at 3:56 PM, Walter Willmertinger > wrote: > > You can set user and password with environment variables (PGUSER and > > PGPASSWORD) , also in a Windows batch or program. > > SET PGPASSWORD=xxxyyyzzz > > psql -U "dbadmin" -d m

Re: [ADMIN] psql shell with no password prompt

2010-07-27 Thread Walter Willmertinger
You can set user and password with environment variables (PGUSER and PGPASSWORD) , also in a Windows batch or program. SET PGPASSWORD=xxxyyyzzz psql -U "dbadmin" -d mydb -f D:\script.sql Regards Walter On Tue, Jul 27, 2010 at 6:53 PM, wrote: > > Hi, > I created several SQL that are automat

Re: [ADMIN] Zip file for windows 8.4.4 binary

2010-07-05 Thread Walter Willmertinger
Ok, I noticed it! Thank you for your advice! MfG Walter Willmertinger On Mon, Jul 5, 2010 at 12:16 PM, Thomas Kellerer wrote: > Walter Willmertinger, 05.07.2010 11:46: > >> *Advanced users* can also download a zip >> archive<http://www.enterprisedb.com/products/

[ADMIN] Zip file for windows 8.4.4 binary

2010-07-05 Thread Walter Willmertinger
Does anybody know how to get the binary for windows? When I follow the link on postgresql.org, on the page: http://www.postgresql.org/download/windows ... *Advanced users* can also download a zip archive of the binaries, without the installer.