Must be owner of function

From: "Jerry Richards" <jerry(dot)richards(at)teotech(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Must be owner of function
Date: 2010-07-27 22:39:50
Message-ID: D44E09E5E7364289BB0BA08AFC676AD5@greyhawk.tonecommander.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
the tables/functions I'm using to no avail. I also tried to alter function
ownership, but this also gets an error because th function does not exist
yet.

Any help/guidance would be appreciated.

Thanks,
Jerry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick May 2010-07-27 22:58:46 Histogram generator
Previous Message Jeff Davis 2010-07-27 21:19:07 Re: alter table set tablespace