Re: [pgadmin-support] Problem running script

2008-07-24 Thread Guillaume Lelarge
Sushma Sagaram a écrit : My requirement is to write a query in a file read the input from that file run in postgresql and write the output(query results) into a file. I'm not able to sue combination of \i and \o Let' say I have file test.sql and in test.sql I write select * from abc; Now I ne

[pgadmin-support] Problem running script

2008-07-23 Thread Sushma Sagaram
My requirement is to write a query in a file read the input from that file run in postgresql and write the output(query results) into a file. I'm not able to sue combination of \i and \o Let' say I have file test.sql and in test.sql I write select * from abc; Now I need to read the query from the