ps_dump -a - Mailing list pgsql-general

From Johnson, Shaunn
Subject ps_dump -a
Date
Msg-id 73309C2FDD95D11192E60008C7B1D5BB04C7412D@snt452.corp.bcbsm.com
Whole thread Raw
Responses Re: ps_dump -a  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-general

Running PostgreSQL 7.2.1 on RedHat Linux 7.2:

I'm trying to do a "pg_dump -a -t t_table -d testdb > out.txt"
and I'm still getting header information.  How can I do
a dump of data to a text file and not get information like
the comments, Date for TOC Entry, Name, etc ... I just
want the raw data.  I've tried to pipe it through using
tail, but I don't know if I'm missing the beginning of the
file. 

Thanks!

-X

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: supplying password to psql on command line?
Next
From: "Johnson, Shaunn"
Date:
Subject: substitute variable in sql?