Re: [SQL] plpgsql functions to 'C' functions

2005-02-03 Thread Peter Manchev
Subject: Re: [SQL] plpgsql functions to 'C' functions Date: Wed, 2 Feb 2005 23:21:07 -0700 ... On Wed, Feb 02, 2005 at 05:57:10AM -0800, Peter Manchev wrote: > I would like to convert all my plpgsql functions to their 'C' equivalent > coded functions. Why? What problem are

Re: [SQL] plpgsql functions to 'C' functions

2005-02-03 Thread Michael Fuhr
On Thu, Feb 03, 2005 at 05:31:47AM -0800, Peter Manchev wrote: > I believe the functionality I need (hiding the function code from users) Why do you want to hide the function code? Does it contain sensitive data? As I asked before, what problem are you trying to solve? -- Michael Fuhr http:/

Re: [SQL] plpgsql functions to 'C' functions

2005-02-02 Thread Michael Fuhr
On Wed, Feb 02, 2005 at 05:57:10AM -0800, Peter Manchev wrote: > I would like to convert all my plpgsql functions to their 'C' equivalent > coded functions. Why? What problem are you trying to solve? > Does anyone have experience in this matter? See "C-Language Functions" in the documentation

[SQL] plpgsql functions to 'C' functions

2005-02-02 Thread Peter Manchev
I would like to convert all my plpgsql functions to their 'C' equivalent coded functions. Does anyone have experience in this matter? Thank you, Peter ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archive