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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: kristis.makris@datasoft.com, pgsql-bugs@postgresql.org
Date: 2001-05-16T04:22:45Z
Lists: 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.