Apologies if this isn’t the right place for this.
I have created a helper daemon “jpigd”, FastCGI JSON Postgresql Gateway
A tool to aid the elimination of CGI scripts on web servers and moving all the
business functionality into the database server along with the rest the
business storage logic
Thank you both (Michel replied off-list it seems),
On Fri, May 3, 2019 at 1:10 PM Andres Freund wrote:
> Hi,
>
> On 2019-05-03 11:06:09 -0700, Igal Sapir wrote:
> > Is it possible to connect to Postgres for notifications via telnet? This
> > is obviously more for learning/experimenting purposes
## Igal Sapir (i...@lucee.org):
> My main "issue" is that the official pgjdbc driver does not support the
> notifications with listen and I was trying to figure out why.
https://jdbc.postgresql.org/documentation/head/listennotify.html
Regards,
Christoph
--
Spare Space
Christoph,
On Sat, May 4, 2019 at 10:44 AM Christoph Moench-Tegeder
wrote:
> ## Igal Sapir (i...@lucee.org):
>
> > My main "issue" is that the official pgjdbc driver does not support the
> > notifications with listen and I was trying to figure out why.
>
> https://jdbc.postgresql.org/documentati
On Sat, May 4, 2019 at 1:49 PM Igal Sapir wrote:
> Christoph,
>
> On Sat, May 4, 2019 at 10:44 AM Christoph Moench-Tegeder <
> c...@burggraben.net> wrote:
>
>> ## Igal Sapir (i...@lucee.org):
>>
>> > My main "issue" is that the official pgjdbc driver does not support the
>> > notifications with l
Jeff,
On Sat, May 4, 2019 at 11:34 AM Jeff Janes wrote:
> On Sat, May 4, 2019 at 1:49 PM Igal Sapir wrote:
>
>> Christoph,
>>
>> On Sat, May 4, 2019 at 10:44 AM Christoph Moench-Tegeder <
>> c...@burggraben.net> wrote:
>>
>>> ## Igal Sapir (i...@lucee.org):
>>>
>>> > My main "issue" is that the
On Sat, May 4, 2019 at 3:04 PM Igal Sapir wrote:
> Jeff,
>
> On Sat, May 4, 2019 at 11:34 AM Jeff Janes wrote:
>
>> On Sat, May 4, 2019 at 1:49 PM Igal Sapir wrote:
>>
>>> Christoph,
>>>
>>> On Sat, May 4, 2019 at 10:44 AM Christoph Moench-Tegeder <
>>> c...@burggraben.net> wrote:
>>>
## I
Jeff,
On Sat, May 4, 2019 at 2:10 PM Jeff Janes wrote:
> On Sat, May 4, 2019 at 3:04 PM Igal Sapir wrote:
>
>> Jeff,
>>
>> On Sat, May 4, 2019 at 11:34 AM Jeff Janes wrote:
>>
>>> On Sat, May 4, 2019 at 1:49 PM Igal Sapir wrote:
>>>
> A key limitation of the JDBC driver i