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

Re: [pgadmin-support] Problem editing tables (geom columns)

2007-06-21 Thread Dave Page
Pedro Doria Meunier wrote: > (First of all sorry for cross-posting but I feel this is a matter that > interests all recipients) > Thread on pgadmin support: > http://www.pgadmin.org/archives/pgadmin-support/2007-06/msg00046.php > > Hello Dave, Hi Pedro > This behavior (trying to show the entire

[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