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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16052: pg_dump --no-comments not working
Дата
Msg-id 1698.1570893037@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16052: pg_dump --no-comments not working  (PG Bug reporting form <noreply@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16052: pg_dump --no-comments not working
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16053: Query planner performance regression in sql query with multiple CTE in v12