Re: GRANT permissions on views have no effect; \dv reports nothing - Mailing list pgsql-bugs

From Tom Lane
Subject Re: GRANT permissions on views have no effect; \dv reports nothing
Date
Msg-id 15081.989986965@sss.pgh.pa.us
Whole thread Raw
In response to GRANT permissions on views have no effect; \dv reports nothing  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.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.

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: GRANT permissions on views have no effect; \dv reports nothing
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Foreign key constraints on inherited columns, 2 errors.