Re: [GENERAL] Must be owner of function

2010-07-27 Thread John R Pierce
On 07/27/10 3:39 PM, Jerry Richards wrote: I am using postgresql-odbc and trying to "CREATE OR REPLACE FUNCTION..." from my C-Application, however, I get "must be owner of function ..." error. If I execute the command logged in as postgres (i.e. su postgres), then I can execute the command. I t

[GENERAL] Must be owner of function

2010-07-27 Thread Jerry Richards
I am using postgresql-odbc and trying to "CREATE OR REPLACE FUNCTION..." from my C-Application, however, I get "must be owner of function ..." error. If I execute the command logged in as postgres (i.e. su postgres), then I can execute the command. I think I tried to grant privileges to public for