with oids option not removed in pg_dumpall

Surafel Temsgen <surafel3000@gmail.com>

From: Surafel Temesgen <surafel3000@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-21T06:31:48Z
Lists: pgsql-hackers

Attachments

Hello,
Commit 578b229718e8f remove oids option from pg_dump but its is
still in pg_dumpall .The attach patch remove it
regards
Surafel

Commits

  1. Remove -o/--oids from pg_dumpall

  2. Remove WITH OIDS support, change oid catalog column visibility.