[GENERAL] problem calling psql from another program

2005-06-24 Thread Frank Rittinger
Hello list, I have PostgreSQL 8.0 on Windows Server 2000, and wrote a small .NET program that creates a subprocess that executes psql with a sql script as input (psql -U user -f script.sql). This script runs well if I start psql from the command line and execute it there. But within the

Re: [GENERAL] problem calling psql from another program

2005-06-24 Thread Scott Marlowe
On Fri, 2005-06-24 at 01:57, Frank Rittinger wrote: Hello list, I have PostgreSQL 8.0 on Windows Server 2000, and wrote a small .NET program that creates a subprocess that executes psql with a sql script as input (psql -U user -f script.sql). This script runs well if I start psql from