From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
---|---|
To: | rajaguru(at)rajahsoft(dot)net |
Cc: | Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: "sql_features" does not exist( Very Urgent) |
Date: | 2004-02-26 17:27:04 |
Message-ID: | 20040226092449.X57017@megazone.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Thu, 26 Feb 2004 rajaguru(at)rajahsoft(dot)net wrote:
> I create a plpgsql function for grant rights for the postgres users.
> The same function is working properly in the previous versions. But it
> gives the following error message.
You're not putting in the schema names in your grant statements so things
in schemas that are not part of your search path fail (and it would do the
wrong thing for tables hidden by other tables earlier in your search
path I believe).
From | Date | Subject | |
---|---|---|---|
Next Message | Dennis Bjorklund | 2004-02-26 22:09:59 | Fix doc for initcap |
Previous Message | rajaguru | 2004-02-26 17:18:29 | "sql_features" does not exist( Very Urgent) |