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
- remove-oids-option-pg_dumpall.patch (text/x-patch) patch
Hello, Commit 578b229718e8f remove oids option from pg_dump but its is still in pg_dumpall .The attach patch remove it regards Surafel
Commits
-
Remove -o/--oids from pg_dumpall
- 657c2384c6c7 12.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 cited