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-23T00:42:55Z
Lists: pgsql-hackers
On Tue, May 21, 2019 at 05:24:57PM +0900, Michael Paquier wrote: > Good catch. Your cleanup looks correct to me. Andres, perhaps you > would prefer doing the cleanup yourself? As I am cleaning up the area for another issue, applied. -- 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