Thread: ...

...

From
Tatsuo Ishii
Date:
Has this been already fixed or reported?

---------------------------------------------------------
Welcome to psql, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms      \h for help with SQL commands      \? for help on internal slash commands
    \g or terminate with semicolon to execute query      \q to quit
 

Using pager is off.
test=# select version();                              version                               
---------------------------------------------------------------------PostgreSQL 7.1.1 on i686-pc-linux-gnu, compiled by
GCCegcs-2.91.66
 
(1 row)

test=# \dz
Did not find any relation named "z".
test-# \dz
Did not find any relation named "z".
Segmentation fault (core dumped)
--
Tatsuo Ishii


Re:

From
Tom Lane
Date:
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> Has this been already fixed or reported?

> test-# \dz
> Did not find any relation named "z".
> Segmentation fault (core dumped)

Yes, this is fixed in 7.1.2.
        regards, tom lane