RE: Prevent extension creation in temporary schemas - Mailing list pgsql-hackers

From Kuroda, Hayato
Subject RE: Prevent extension creation in temporary schemas
Date
Msg-id 1F66B161998C704BABF8989B8A2AC0A31871E3@G01JPEXMBYT05
Whole thread Raw
In response to Re: Prevent extension creation in temporary schemas  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Prevent extension creation in temporary schemas  (Chris Travers <chris.travers@adjust.com>)
Re: Prevent extension creation in temporary schemas  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Dear Michael,

I seem this patch is enough, but could you explain the reason 
you drop initial proposal more detail?
I'm not sure why extensions contained by temporary schemas are acceptable.

> Anything depending on a temporary object will be dropped per
> dependency links once the session is over.

Extensions locate at pg_temp_* schemas are temporary objects IMO.
How do you think? Would you implement this functionality in future?

Hayato Kuroda
Fujitsu LIMITED




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [Patch] checksumming-related buglets inpg_verify_checksums/pg_basebackup TAP tests
Next
From: Ashutosh Sharma
Date:
Subject: Re: ON SELECT rule on a table without columns