Re: [HACKERS] psql \d does not work - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] psql \d does not work
Date
Msg-id 199812261911.OAA03817@candle.pha.pa.us
Whole thread Raw
In response to psql \d does not work  (Angelos Karageorgiou <angelos@incredible.com>)
List pgsql-hackers
> 
> has anyone noticed that the backend still dies when you do a "\d" from
> psql ? This is with 6.4.1 on bsdi 3.1 
> 

Just checked it on bsdi 4.0, and it works fine.  We have also had no
other problem reports like yours.
test=> create table test (x int);CREATEtest=> \dDatabase    = test
+------------------+----------------------------------+----------+|  Owner           |             Relation
|  Type   | +------------------+----------------------------------+----------+ | postgres         | test
            | table    | +------------------+----------------------------------+----------+
 


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


pgsql-hackers by date:

Previous
From: Angelos Karageorgiou
Date:
Subject: psql \d does not work
Next
From: Hal Snyder
Date:
Subject: Re: [HACKERS] Re: [PATCHES] NetBSD/m68k port