From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | |
Date: | 2001-05-23 00:59:57 |
Message-ID: | 20010523095957B.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 GCC egcs-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
From | Date | Subject | |
---|---|---|---|
Next Message | Nathan Myers | 2001-05-23 01:27:19 | Re: C++ Headers |
Previous Message | Bruce Momjian | 2001-05-23 00:53:23 | Re: Plans for solving the VACUUM problem |