Re: [HACKERS] psql \d does not work

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: angelos(at)incredible(dot)com (Angelos Karageorgiou)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql \d does not work
Date: 1998-12-26 19:11:58
Message-ID: 199812261911.OAA03817@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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);
CREATE
test=> \d

Database = test
+------------------+----------------------------------+----------+
| Owner | Relation | Type |
+------------------+----------------------------------+----------+
| postgres | test | table |
+------------------+----------------------------------+----------+

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hal Snyder 1998-12-26 19:59:19 Re: [HACKERS] Re: [PATCHES] NetBSD/m68k port
Previous Message Bruce Momjian 1998-12-26 18:15:21 Re: [PATCHES] NetBSD/m68k port