Error message : Server sent data ("D" message) ....

From: Jean-Michel Chabanne <jeanmichel(dot)chabanne(at)free(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Error message : Server sent data ("D" message) ....
Date: 2002-06-26 20:16:24
Message-ID: afd79i$1qj$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

Today I got this message :

server sent data ("D" message) without prior row description ("T" message)

The query was a single select on a single table (a little more than 1.5
millions rows) :

select * from nom_table;

The message appeared a lot of times, and the query returned nothing. I had
to kill the postgres subprocess which appeared in IDLE state.

I run PostgreSQL 7.2.1 under AIX 4.3.3.

From others psql clients, it was possible to run queries on this table.

What do these messages mean ?

--
Jean-Michel Chabanne
77450 MONTRY (FRANCE)
48" 54' N - 2" 49' E
Powered by Linux

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Humphries 2002-06-26 20:46:36 plpython escape builtin method?
Previous Message Jorge Sarmiento 2002-06-26 20:00:08 Re: Strange behaviour of SELECT ... IN