Re: BUG #17675: pg_dump v15: Comments on constraints missing?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: franz-josef.faerber@stmuk.bayern.de
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-11-02T14:33:20Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> unfortunately pg_dump Version 15 does not dump comments on constraints.

Ugh ... bisecting says I broke it at 5209c0ba0.  Will fix, thanks
for the report!

			regards, tom lane



Commits

  1. pg_dump: fix failure to dump comments on constraints in some cases.