Hello,
there's a new archive available with a bugfix for handling null values.
Thanks to Steve Head for reporting this.
http://ads.ufp.de/projects/Pg/
Regards
--
Andreas 'ads' Scherbaum
---(end of broadcast)
Tom Lane wrote:
>
> Andreas Scherbaum <[EMAIL PROTECTED]> writes:
> > On the other hand, i copied some parts from contrib/noupdate (there'e no
> > licence in the readme) and now i think, this is contributed under BSD
> > licence.
> > I'm sure or i&
Tom Lane wrote:
>
> Andreas Scherbaum <[EMAIL PROTECTED]> writes:
> > Justin Clift wrote:
> >> Did we reach an opinion as to whether we'll include GPL'd code?
> >>
> >> My vote is to not include this code, as it just muddies the water wi
Justin Clift wrote:
>
> Hi Bruce,
>
> Did we reach an opinion as to whether we'll include GPL'd code?
>
> My vote is to not include this code, as it just muddies the water with
> PostgreSQL being BSD based.
>
> :-)
>
Hmm, there's enough GPL'ed stuff in contrib/ ;-)
--
ift
>
> Bruce Momjian wrote:
> >
> > Can someone comment on this? I can't decide.
> >
> > -------
> >
> > Andreas Scherbaum wrote:
> > >
> > > Hello,
> > >
&
Hello,
i searched around about privileges for functions, but it seems,
that there is nothing available in the 7.2.x series.
So my question: Is it possible to execute a function (in this case
a C function) with permissions of the function creater instead
of the user who's actual using function?
Hello,
i have a C-language function and need to escape some strings returned
from SPI_getvalue to insert into another query string.
Is there a proper way to do the escaping or should i use
my own functions for that?
Or i'm totally wrong and there's a better way to get the values
from a row and i