bug on BETA2

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: pgsql-hackers(at)postgresql(dot)org
Subject: bug on BETA2
Date: 1998-10-16 13:58:22
Message-ID: 9665.981016@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Your name : Jose' Soares
Your email address : jose(at)sferacarta(dot)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(at)bo(dot)nettuno(dot)it

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-16 15:21:09 Re: [HACKERS] Did the inet type get backed out?
Previous Message Jan Wieck 1998-10-16 13:27:48 Bug in keywords.c