bug on BETA2 - Mailing list pgsql-hackers

From Sferacarta Software
Subject bug on BETA2
Date
Msg-id 9665.981016@bo.nettuno.it
Whole thread Raw
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] Did the inet type get backed out?
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: SELECT ... LIMIT (trial implementation)