Re: [HACKERS] psql \d does not work

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] psql \d does not work
Дата
Msg-id 199812261911.OAA03817@candle.pha.pa.us
обсуждение исходный текст
Ответ на psql \d does not work  (Angelos Karageorgiou <angelos@incredible.com>)
Список 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 по дате отправления:

Предыдущее
От: Angelos Karageorgiou
Дата:
Сообщение: psql \d does not work
Следующее
От: Hal Snyder
Дата:
Сообщение: Re: [HACKERS] Re: [PATCHES] NetBSD/m68k port