Re: BUG #16052: pg_dump --no-comments not working

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cdalxndr(at)yahoo(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org, PG Bug reporting form <noreply(at)postgresql(dot)org>
Subject: Re: BUG #16052: pg_dump --no-comments not working
Date: 2019-10-12 15:10:37
Message-ID: 1698.1570893037@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Using the following command:
> pg_dump -U postgres -p 5433 -n schema -s --no-comments > schema.sql

> The output still has comments:
> --
> -- PostgreSQL database dump
> --

--no-comments means to suppress dumping of database-object
comments (created with the COMMENT command).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-10-12 16:26:06 BUG #16053: Query planner performance regression in sql query with multiple CTE in v12
Previous Message PG Bug reporting form 2019-10-12 14:58:30 BUG #16052: pg_dump --no-comments not working