Re: Avoid useless retrieval of defaults and check constraints in pg_dump -a
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-09-16T13:06:01Z
Lists: pgsql-hackers
On Tue, Sep 15, 2020 at 10:46:56AM +0200, Julien Rouhaud wrote: > FWIW I'm fine with those news comments! Okay, I got again on this one today and finished by committing the patch as of 5423853. -- Michael
Commits
-
Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dump
- 5423853feebd 14.0 landed