
August 28th, 2002, 01:31 AM
|
|
Contributing User
|
|
Join Date: Aug 2002
Location: Chennai, India
Posts: 69
Time spent in forums: 7 m 55 sec
Reputation Power: 11
|
|
|
Command to remove feedback, echo ??
When I execute the following query, I get ...
Quote:
test=# select 'pg_dump hris > hris'||name from d_conf_backup;
?column?
----------------------------------
pg_dump hris > hris28AUG20021128
(1 row)
test=# |
... Now, is there any option to remove the heading and feedback, so as to display ...
pg_dump hris > hris28AUG20021128
... alone ?? The reason for this being, I want to spool this to a file to execute that file as a cron job.
Thanks & Regards.
|