Re: Variadic polymorpic functions - Mailing list pgsql-general

From Vincenzo Romano
Subject Re: Variadic polymorpic functions
Date
Msg-id 3eff28921001270807p7e46adbaqbeacb339ecd4a20b@mail.gmail.com
Whole thread Raw
In response to Re: Variadic polymorpic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
2010/1/27 Tom Lane <tgl@sss.pgh.pa.us>:
> Vincenzo Romano <vincenzo.romano@notorand.it> writes:
>> But why still on  separate schema?
>> I'd rather put them all in the public one, so you don't need the "pst." anymore.
>> Just like (most of) all other contrib modules ...
>
> If this were to get committed, it would definitely get made to look just
> like all the other contrib modules; so forget the separate schema.
>
> But what I'm wondering is whether it should be contrib or in core.
> Is there some potential reason why someone might not want it installed?

I'm currently using it to solve a number of problems with dynamic SQL code
in PL/PgSQL functions.

I'm using "EXECUTE psd.format(...)" in order to overcome a number of
"limitations" with the
EXECUTE ... USING form I was not able to solve otherwise.

Something known in the past as "wishful thinking"! :-)

--
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Variadic polymorpic functions
Next
From: "Aycock, Jeff R."
Date:
Subject: Re: syntax error during function call