[GENERAL] running a script from a command line

2007-07-25 Thread Joe L
Hi, I want to use postgres as part of my application. I need to create a database and initialize it and fill it with data as part of the installation process. There is information that is expected to be there. Now when I try to use psql from a batch script it always prompts for a password.

[GENERAL] Silent Uninstall of Postgres

2007-07-24 Thread Joe L
Hi, I saw the page on silent installation of postgres, but I want to be able to uninstall postgres when my product is uninstalled, silently. I couldn't find the product ID anywhere, which is the method I'm using for uninstalling the JRE. Any help on how to uninstall silently would be great. T