Thread: Prevent function rewrite when changing owner

Prevent function rewrite when changing owner

From
Thom Brown
Date:
Hi all,

Tiny patch attached to prevent a function being completely rewritten
when just the owner changes.  Not sure if you regard it as a bug fix
or merely an efficiency feature.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

Re: Prevent function rewrite when changing owner

From
Dave Page
Date:
Thanks - patch applied.

On Fri, Jul 8, 2011 at 1:04 AM, Thom Brown <thom@linux.com> wrote:
> Hi all,
>
> Tiny patch attached to prevent a function being completely rewritten
> when just the owner changes.  Not sure if you regard it as a bug fix
> or merely an efficiency feature.
>
> --
> Thom Brown
> Twitter: @darkixion
> IRC (freenode): dark_ixion
> Registered Linux user: #516935
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: Prevent function rewrite when changing owner

From
Thom Brown
Date:
On 8 July 2011 01:18, Dave Page <dpage@pgadmin.org> wrote:
> Thanks - patch applied.

Cheers!

Thom