Re: pg_upgrade ability to create extension from scripts

2025-05-17 Thread Andreas Karlsson
On 5/17/25 7:58 PM, Regina Obe wrote: Yah that is why I was suggesting as a switch not a default option. I think the default option works fine in most cases. But I was thinking does pg_upgrade rely at all on OIDs? I guess that might make this not doable. I wasn't sure if that is part of the re

RE: pg_upgrade ability to create extension from scripts

2025-05-17 Thread Regina Obe
> On 5/17/25 12:18 AM, Regina Obe wrote: > > It's my understanding that right now when you run pg_upgrade it > > creates the extension from what exists in the to be upgraded databases. > > > > Is there a reason why we can't have some sort of switch option that > > allows the CREATE EXTENSION from t

Re: pg_upgrade ability to create extension from scripts

2025-05-17 Thread Andreas Karlsson
On 5/17/25 12:18 AM, Regina Obe wrote: It's my understanding that right now when you run pg_upgrade it creates the extension from what exists in the to be upgraded databases. Is there a reason why we can't have some sort of switch option that allows the CREATE EXTENSION from the scripts instead

pg_upgrade ability to create extension from scripts

2025-05-16 Thread Regina Obe
It's my understanding that right now when you run pg_upgrade it creates the extension from what exists in the to be upgraded databases. Is there a reason why we can't have some sort of switch option that allows the CREATE EXTENSION from the scripts instead of what is loaded in the db. The reason