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