Re: Specific names for plpgsql variable-resolution control options? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Specific names for plpgsql variable-resolution control options?
Date
Msg-id 21292.1257729407@sss.pgh.pa.us
Whole thread Raw
In response to Re: Specific names for plpgsql variable-resolution control options?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> If there's some way to "paste" it automatically (like, say, an
> appropriate UPDATE incantation on pg_proc) then that doesn't seem like
> an important problem.

True, you could do UPDATE pg_proc SET prosrc = 'foo' || prosrc
WHERE something-appropriate.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Specific names for plpgsql variable-resolution control options?
Next
From: Sam Mason
Date:
Subject: Re: Specific names for plpgsql variable-resolution control options?