R: [ADMIN] Authentication in batch processing

2002-07-10 Thread Stefano Coletta
> -Messaggio originale- > Da: Bruce Momjian [mailto:[EMAIL PROTECTED]] > Inviato: mercoledì 10 luglio 2002 4.11 > A: Kevin Brannen > Cc: [EMAIL PROTECTED] > Oggetto: Re: [ADMIN] Authentication in batch processing > > > Kevin Brannen wrote: > > Bruce Momjian wrote: > > ... > > > > > > 7

R: [ADMIN] Authentication in batch processing

2002-07-05 Thread Stefano Coletta
In my previous message I forgot to say that there is also another file to patch to re-enable the old stdin input method for pg_dump: In addition to: src/bin/psql/common.c You have to patch also: src/bin/pg_dump/pg_backup_db.c Changes to apply are the same. --

R: [ADMIN] Authentication in batch processing

2002-07-05 Thread Stefano Coletta
Hi there, I've got the same problem after upgrading from pgsql 7.1.2... My dump scripts weren't working no more. I've solved the problem modifying the source code and recompiling postgres. I've simply commented out the /dev/tty fopen and re-enabled the stdin/stdout by default. The modified sour