ps_dump -a

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ps_dump -a
Date: 2002-10-29 15:24:48
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB04C7412D@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2002-10-29 16:14:58 substitute variable in sql?
Previous Message Alvaro Herrera 2002-10-29 14:56:51 Re: supplying password to psql on command line?