Re: WIP: plpgsql source code obfuscation - Mailing list pgsql-patches

From Tom Lane
Subject Re: WIP: plpgsql source code obfuscation
Date
Msg-id 6981.1201553781@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: plpgsql source code obfuscation  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> There is a validator function which gets called when you create a
> function but I don't think it has any opportunity to substitute its
> result for the original in prosrc.

It would have to do a heap_update on the prosrc row, but that doesn't
seem like a showstopper problem.

            regards, tom lane

pgsql-patches by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Auto-explain patch
Next
From: Tom Lane
Date:
Subject: Re: WIP: plpgsql source code obfuscation