pg_dump options and perhaps 'Enhancement request'

From: Terry Yapt <pgsql(at)technovell(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump options and perhaps 'Enhancement request'
Date: 2003-05-08 20:11:48
Message-ID: 3EBABA04.A459C393@technovell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I don't know if I can do this stuffs. If not I would like to get it in
the future. Thanks.

1-) Are there any way to do a pg_dump without '--' COMMENTS ? For
example, I don't like to have this in my output file:
--
-- TOC entry 19 (OID 26027)
-- Name: TABLE news; Type: COMMENT; Schema: www; Owner: www
--

2-) The same for the 'blank' lines. Are there a lot of in the output
file.

3-) Are there any way to get the output file with schemas in all
table_names ?
I would like to get this:
COMMENT ON TABLE www.fo_temas IS 'xxxx.'; -- instead of:
COMMENT ON TABLE fo_temas IS 'xxxx.';

Thanks in advance...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kathy Zhu 2003-05-08 20:28:32 jdbc connection process size
Previous Message P.J. "Josh" Rovero 2003-05-08 20:10:34 Re: Error installing postgresql-7.3.2