Re: pg_dump options and perhaps 'Enhancement request'

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: pg_dump options and perhaps 'Enhancement request'
Дата
Msg-id 20030508212157.GA5565@libertyrms.info
обсуждение исходный текст
Ответ на pg_dump options and perhaps 'Enhancement request'  (Terry Yapt <pgsql@technovell.com>)
Список pgsql-general
On Thu, May 08, 2003 at 10:11:48PM +0200, Terry Yapt wrote:
> 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
> --

You could do this with grep (and something similar for blank lines):

pg_dump [options] dbname | grep -v "^--" > dumpfile

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


В списке pgsql-general по дате отправления:

Предыдущее
От: Diogo de Oliveira Biazus
Дата:
Сообщение: About CLUSTER on GIST/tsearch index
Следующее
От: Jeff Holle
Дата:
Сообщение: Error executing dbcreate