Re: BUG #16052: pg_dump --no-comments not working - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16052: pg_dump --no-comments not working
Date
Msg-id 1698.1570893037@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16052: pg_dump --no-comments not working  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.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



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16052: pg_dump --no-comments not working
Next
From: PG Bug reporting form
Date:
Subject: BUG #16053: Query planner performance regression in sql query with multiple CTE in v12