Re: RowDescription message

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: RowDescription message
Date: 2019-10-07 09:27:22
Message-ID: 20191007092722.ilnb7xuylvbelow6@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On 2019-10-07 17:00:24 +0900, Tatsuo Ishii wrote:
> According to the manualof RowDescription message
> https://www.postgresql.org/docs/12/protocol-message-formats.html
>
> Specifies the number of fields in a row (can be zero).
>
> Does 0 fields could actually happen?

Yes, e.g.:

SELECT;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2019-10-07 12:13:46 Re: COPY command returns "ERROR: invalid XML content"
Previous Message Tatsuo Ishii 2019-10-07 08:00:24 RowDescription message