Re: I want to send comments to the backend!

From: Gerhard Häring <lists+dated+1048607365(dot)9fec41(at)ghaering(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: I want to send comments to the backend!
Date: 2003-03-20 15:45:34
Message-ID: 3E79E21E.6020400@ghaering.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Bruce Momjian wrote:
> Gerhard Häring wrote:
>
>>Why can't I send comments like
>>
>> -- a comment
>>
>>to the backend using libpq? Are these only handled in psql? Please allow to
>>send comments to the backend, as I really need them.
>
> The backend should handle them fine. Can you give us pgsql version and
> an example.

I experience it on 7.2.1 on Debian Woody here. Same on 7.3.1 AFAIK.

I attached a minimal libpq example in C (to rule out any interference
from my Python modules) that shows the problem.

-- Gerhard

Attachment Content-Type Size
comment_test.c text/plain 2.0 KB

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2003-03-20 15:47:29 Re: I want to send comments to the backend!
Previous Message Bruce Momjian 2003-03-20 15:22:51 Re: I want to send comments to the backend!