Re: [pgadmin-support] problem importing data with psql

2007-06-21 Thread cha
Hi All, Am able to resolve the problem by setting PGPASSWORD=password in my environment variables and passing the -q(quiet) command in my ant script. Cheers, Cha cha wrote: > > Hi All, > > Am using the following command to import tables in my database. I got list > of tables which i need t

[pgadmin-support] problem importing data with psql

2007-06-21 Thread cha
Hi All, Am using the following command to import tables in my database. I got list of tables which i need to import. So have made ant script and batch file to accomplish the purpose. Ant script contains all the configurations with following command : To call this ant file am passing the foll