From 657c2384c6c79c6ed0d6f71f811b2fc7c41f104a Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 23 May 2019 09:36:28 +0900 Subject: Remove -o/--oids from pg_dumpall This has been forgotten in 578b229, which has removed support for WITH OIDS. Discussion: https://postgr.es/m/CALAY4q99FcFCoG6ddke0V-AksGe82L_+bhDWgEfgZBakB840zA@mail.gmail.com Author: Surafel Temesgen --- doc/src/sgml/ref/pg_dumpall.sgml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 24c8c031d64..b35c702f99c 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -130,20 +130,6 @@ PostgreSQL documentation - - - - - - Dump object identifiers (OIDs) as part of the - data for every table. Use this option if your application references - the OID - columns in some way (e.g., in a foreign key constraint). - Otherwise, this option should not be used. - - - - -- cgit v1.2.3