Re: [GENERAL] Absent output from psql

2010-02-28 Thread Tom Lane
John Gage writes: > 1) EFN=# \o aatest01.txt \i ./TestQuery01.txt > 2) EFN=# \i ./TestQuery01.txt > After I execute line 1), the results of the two queries contained in the > TestQuery01.txt file can be found in aatest01.txt. Good. Excellent. > However, line 2) results in no output to any place

Re: [GENERAL] Absent output from psql

2010-02-28 Thread Nilesh Govindarajan
On Sun, Feb 28, 2010 at 10:12 PM, John Gage wrote: > This is a series of commands I issued to psql: > > 1) EFN=# \o aatest01.txt \i ./TestQuery01.txt > 2) EFN=# \i ./TestQuery01.txt > 3) EFN=# \p > 4) select * from vocabulary_sources > ; > 5) EFN=# \g > 6) EFN=# \p > 7) select * from vocabulary_s

[GENERAL] Absent output from psql

2010-02-28 Thread John Gage
This is a series of commands I issued to psql: 1) EFN=# \o aatest01.txt \i ./TestQuery01.txt 2) EFN=# \i ./TestQuery01.txt 3) EFN=# \p 4) select * from vocabulary_sources ; 5) EFN=# \g 6) EFN=# \p 7) select * from vocabulary_sources ; 8) EFN=# \echo yes man 9) yes man I have numbered the lines fo