bug on BETA2

Started by Sferacarta Softwareabout 27 years ago1 messages
#1Sferacarta Software
sferac@bo.nettuno.it

To report any other bug, fill out the form below and e-mail it to
pgsql-bugs@postgresql.org.
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Jose' Soares
Your email address : jose@sferacarta.com

System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium

Operating System (example: Linux 2.0.26 ELF) : Linux 2.0.34 Elf

PostgreSQL version (example: PostgreSQL-6.1) : PostgreSQL-6.4-BETA2

Compiler used (example: gcc 2.7.2) : gcc 2.7.2.1

Please enter a FULL description of your problem

I found this bug:

$ psql prova
Welcome to the POSTGRESQL interactive sql monitor:
Please read the file COPYRIGHT for copyright terms of POSTGRESQL

type \? for help on slash commands
type \q to quit
type \g or terminate with semicolon to execute query
You are currently connected to the database: prova

prova=> \d
Couldn't find any tables, sequences or indices!
prova=> create table prova(a text);
CREATE
prova=> \d prova

Table    = prova
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                | Length|
+----------------------------------+----------------------------------+-------+
| a                                | text                             |   var |
+----------------------------------+----------------------------------+-------+
pqReadData() -- backend closed the channel unexpectedly.
        This probably means the backend terminated abnormally before or while pr
ocessing the request.  

Best regards,
Jose' mailto:sferac@bo.nettuno.it