Thread: \d+ breakage in 7.2

\d+ breakage in 7.2

From
Chris Bowlby
Date:
Hi All,

 just tried to do a \d+ of my tabled and got

cafe=> \d+
ERROR:  Function 'obj_description(oid, unknown)' does not exist
        Unable to identify a function that satisfies the given argument
types
        You may need to add explicit typecasts

bug? or did I forget something somewhere? or did the role of that command
change?


 Chris Bowlby,
 -----------------------------------------------------
 Web Developer @ Hub.org.
 excalibur@hub.org
 www.hub.org
 1-902-542-3657
 -----------------------------------------------------


Re: \d+ breakage in 7.2

From
Bruce Momjian
Date:
Chris Bowlby wrote:
> Hi All,
>
>  just tried to do a \d+ of my tabled and got
>
> cafe=> \d+
> ERROR:  Function 'obj_description(oid, unknown)' does not exist
>         Unable to identify a function that satisfies the given argument
> types
>         You may need to add explicit typecasts
>
> bug? or did I forget something somewhere? or did the role of that command
> change?

Are psql client and server both 7.2?  If not, they should be.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: \d+ breakage in 7.2

From
Chris Bowlby
Date:
On Thu, 7 Mar 2002, Bruce Momjian wrote:

Ahh, that would explain it :>

> Chris Bowlby wrote:
> > Hi All,
> >
> >  just tried to do a \d+ of my tabled and got
> >
> > cafe=> \d+
> > ERROR:  Function 'obj_description(oid, unknown)' does not exist
> >         Unable to identify a function that satisfies the given argument
> > types
> >         You may need to add explicit typecasts
> >
> > bug? or did I forget something somewhere? or did the role of that command
> > change?
>
> Are psql client and server both 7.2?  If not, they should be.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>

 Chris Bowlby,
 -----------------------------------------------------
 Web Developer @ Hub.org.
 excalibur@hub.org
 www.hub.org
 1-902-542-3657
 -----------------------------------------------------