has_function_privilege()

From: "Stefan Hans" <shans(at)tanagra(dot)de>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: has_function_privilege()
Date: 2004-03-15 09:31:21
Message-ID: 001001c40a70$470bff40$bf01a8c0@pc1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Seems like a bug to me.

PostgreSQL 7.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5):

my_example=# select has_function_privilege('postgres', 'cash_cmp', 'execute');
ERROR: expected a left parenthesis
my_example=# select has_function_privilege('cash_cmp', 'execute');
ERROR: expected a left parenthesis

Stefan

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-03-15 11:49:50 BUG #1101: install-error
Previous Message Stephan Szabo 2004-03-13 20:16:49 Re: small bug in ADD CONSTRAINT