Re: [HACKERS] new food for the contrib/ directory

2002-04-25 Thread Andreas Scherbaum
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)

Re: [HACKERS] new food for the contrib/ directory

2002-04-19 Thread Andreas Scherbaum
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&

Re: [HACKERS] new food for the contrib/ directory

2002-04-18 Thread Andreas Scherbaum
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

Re: [HACKERS] new food for the contrib/ directory

2002-04-18 Thread Andreas Scherbaum
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/ ;-) --

Re: [HACKERS] new food for the contrib/ directory

2002-04-18 Thread Andreas Scherbaum
ift > > Bruce Momjian wrote: > > > > Can someone comment on this? I can't decide. > > > > ------- > > > > Andreas Scherbaum wrote: > > > > > > Hello, > > > &

[HACKERS] setuid functions

2002-04-10 Thread Andreas Scherbaum
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?

[HACKERS] Escaping in C-language functions

2002-03-29 Thread Andreas Scherbaum
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