Re: GRANT permissions on views have no effect; \dv reports nothing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kristis(dot)makris(at)datasoft(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: GRANT permissions on views have no effect; \dv reports nothing
Date: 2001-05-16 04:22:45
Message-ID: 15081.989986965@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> perms=# create view test AS SELECT 'hi'::text AS RESULT;
> CREATE
> perms=# \dv
> No relations found.

I'm betting that you're using a 7.0 psql with a 7.1 server,
or vice versa.

regards, tom lane

PS: use a non-obfuscated reply address next time.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message will trillich 2001-05-16 05:39:14 Re: Re: Bug with timestamp !!!
Previous Message pgsql-bugs 2001-05-16 00:47:03 GRANT permissions on views have no effect; \dv reports nothing