pg_upgrade, tables_with_oids.txt -> tables_with_oids.sql?

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pg_upgrade, tables_with_oids.txt -> tables_with_oids.sql?
Date: 2022-11-06 08:48:03
Message-ID: GV0P278MB041965B72DF771E95478B366D23D9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 directly creates a script to fix those. I know it is easy to that with e.g. sed over tables_with_oids.txt but it would be more convenient to have the script generated directly.

Thoughts?

Regards
Daniel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lawrence Barwick 2022-11-06 12:23:01 Re: [patch] Have psql's \d+ indicate foreign partitions
Previous Message John Naylor 2022-11-06 07:04:29 Re: Improve logging when using Huge Pages