Re: \d+ and \dd

From: Thomas Good <tomg(at)admin(dot)nrnet(dot)org>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: \d+ and \dd
Date: 2002-03-07 13:48:49
Message-ID: Pine.LNX.4.05.10203070848280.8812-100000@admin.nrnet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, 6 Mar 2002, Greg Sabino Mullane wrote:

> > Hi, did the default behaviour of \d+ and \dd change on 7.2 (?)
> > I'm getting errors:
>
> > \d+ -> function obj_description(oid, unknown) does not exist
> > \dd -> no such attribute or function 'classoid'
>
> You could have a mismatch of the psql client and the postgres backend
> versions. See what this says:
>
> (psql -c "select version()" && psql -V) | grep SQL | head -2

Right! Thanks... :-)

------------------------------------------------------------------------
Thomas Good tomg(at)admin(dot)nrnet(dot)org
Programmer/Analyst phone: 718-818-5528
Residential Services, Behavioral Health Services fax: 718-818-5056
Saint Vincent Catholic Medical Centers mobile: 917-282-7359
-- --
SQL Clinic - An Open Source Clinical Record www.sqlclinic.net
------------------------------------------------------------------------

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message jmycr 2002-03-07 14:08:26 subquery involving 'now'
Previous Message Eric Du 2002-03-07 10:37:53 How to grant a privilege on all tables or views or both of a database to someone?