bug on BETA2

Поиск
Список
Период
Сортировка
От Sferacarta Software
Тема bug on BETA2
Дата
Msg-id 9665.981016@bo.nettuno.it
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] Did the inet type get backed out?
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: SELECT ... LIMIT (trial implementation)