Re: with oids option not removed in pg_dumpall
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Surafel Temesgen <surafel3000@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2019-05-21T08:24:57Z
Lists: pgsql-hackers
On Tue, May 21, 2019 at 09:31:48AM +0300, Surafel Temesgen wrote: > Commit 578b229718e8f remove oids option from pg_dump but its is > still in pg_dumpall .The attach patch remove it Good catch. Your cleanup looks correct to me. Andres, perhaps you would prefer doing the cleanup yourself? -- Michael
Commits
-
Remove -o/--oids from pg_dumpall
- 657c2384c6c7 12.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 cited