From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ellen Cyran <ellen(at)urban(dot)csuohio(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problem with seeing views |
Date: | 2001-10-05 18:00:42 |
Message-ID: | 17354.1002304842@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ellen Cyran <ellen(at)urban(dot)csuohio(dot)edu> writes:
> I am using psql on two different Linux machines
> and I am also using pgaccess to connect to
> postgreSQL 7.1.2 from my PC. My problem is that using '\d'
> on the one Linux server, I don't see the views.
> When accessing either server through pgaccess,
> I don't see any views, but I can create views.
A first guess is that the two servers are different PG versions
and you are using the same psql to talk to both of them. The
SQL commands psql uses for "\d" and related catalog queries
unfortunately are rather version-dependent, and don't always work
across a mismatched server & psql.
Try "select version()" to check the server version, and do "psql -V"
to check psql's.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-10-05 18:03:51 | Re: pg_noname.8204 |
Previous Message | Tom Lane | 2001-10-05 17:57:00 | Re: Support issues |