Re: Feature request: include script file into function body - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: Feature request: include script file into function body
Date
Msg-id 4D481423020000250003A123@gw.wicourts.gov
Whole thread Raw
In response to Re: Feature request: include script file into function body  (Steve White <swhite@aip.de>)
Responses Re: Feature request: include script file into function body
List pgsql-bugs
Steve White <swhite@aip.de> wrote:
> On  1.02.11, Tom Lane wrote:
>> "Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
>>> Maybe some option for the \i command?  \iq (for input quoted)
>>> with automatic $$ quoting around what is read?
>>
>>> That way you could do something like:
>>
>>> CREATE FUNCTION yadda_yadda() returns text language plpythonu as
>>> \iq yadda_yadda.py
>>> ;
>
> Yes this will work for me.
>
>>
>> Just got this --- looks like we independently arrived at the same
>> conclusion.

I'll add it to the TODO list.  It looks like we might finally have a
good one for those looking for an easy item from that list.  Those
have been scarce lately.

-Kevin

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Feature request: include script file into function body (better syntax)
Next
From: Robert Haas
Date:
Subject: Re: Feature request: include script file into function body