Re: Dblink vs calling a function that returns void - Mailing list pgsql-general

From Tom Lane
Subject Re: Dblink vs calling a function that returns void
Date
Msg-id 25333.1269968228@sss.pgh.pa.us
Whole thread Raw
In response to Re: Dblink vs calling a function that returns void  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
Merlin Moncure <mmoncure@gmail.com> writes:
>> You're overthinking the problem. �Imagine void is just a datatype
>> (which it is...) �This should work:

> but it isn't! void returning functions may not be queried over the
> binary protocol (why?),

Probably because we never made a send function for type void.  Might
be worth fixing someday.

            regards, tom lane

pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: User action accounting
Next
From: Steve Atkins
Date:
Subject: Re: User action accounting