pg_upgrade, tables_with_oids.txt -> tables_with_oids.sql? - Mailing list pgsql-hackers

From Daniel Westermann (DWE)
Subject pg_upgrade, tables_with_oids.txt -> tables_with_oids.sql?
Date
Msg-id GV0P278MB041965B72DF771E95478B366D23D9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: pg_upgrade, tables_with_oids.txt -> tables_with_oids.sql?
List pgsql-hackers
Hi,

as I've just upgraded an instance which contained tables "WITH OIDS" I wonder if it would make sense if pg_upgrade
directlycreates a script to fix those. I know it is easy to that with e.g. sed over tables_with_oids.txt but it would
bemore convenient to have the script generated directly. 

Thoughts?

Regards
Daniel


pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Improve logging when using Huge Pages
Next
From: Ian Lawrence Barwick
Date:
Subject: Re: [patch] Have psql's \d+ indicate foreign partitions