From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: \d+ and \dd |
Date: | 2002-03-06 22:49:28 |
Message-ID: | E16ik84-0002qa-00@barry.mail.mindspring.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> 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
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200203061746
-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html
iD8DBQE8hpy8vJuQZxSWSsgRAqq6AJsESSkMkMBA6OtOOCSQ0NKmQwMvzQCffrhR
X4PRSDd171M4gFAJnKpH7Rk=
=XlKx
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Lonh SENG | 2002-03-07 09:30:03 | Coalesce Get Duplicate Record |
Previous Message | Llew | 2002-03-06 21:14:11 | Re: where not exists |