From: | "Richard Huxton" <dev(at)archonet(dot)com> |
---|---|
To: | <charpent(at)bacbuc(dot)fdn(dot)fr>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Trouble with views (7.1beta4 Debian) and PgAccess 0.98.7. |
Date: | 2001-02-07 19:56:09 |
Message-ID: | 00da01c09140$054ada60$1001a8c0@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
From: "Emmanuel Charpentier" <charpent(at)bacbuc(dot)dyndns(dot)org>
> My present problem is with views : There seems no way to retrieve a view
> definition apart from the psql \dv {viewname} command or select definition
> from pg_views where viewname={viewname}, which I found by trial and error.
>
> - PgAccess 0.98.7 as packaged by Oliver Elphick allows the *creation* of a
> view (which is then readable through psql's \dv), but does not display any
> view. In other words, PgAccess "view" screen seems to be write-only. Ouch
!
>
> Hence a question : shouldn't the system (pg_* and pga_*) tables be
somewhat
> documented at least in the reference manual (and maybe cross-referenced in
the
> programmer's manual) ? They seem not to be at the time ...
try "psql -E" - this will show the queries that \dv uses.
- Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Albert REINER | 2001-02-07 19:57:07 | Re: Re: SQL Join - MySQL/PostgreSQL difference? |
Previous Message | Richard Huxton | 2001-02-07 19:45:41 | Re: Quotas on databases |