[Fwd: Re: Native versus socket interface]

[email protected] Thu, 1 Dec 2011 15:22:35 -0000
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
> At this point I would suggest using the postgresql-socket3 interface (as

I tried it as a drop-in replacement, and it worked without having to mess
around with my locale settings.  Excellent.

> The postgresql-socket interface supports streaming (which is currently
> unsupported on postgresql-socket3, due to incompatibility between clsql
> and cl-postgres).  Postgresql-socket is based on version 2 of
> postgresql's socket api where as (as implied) postgresql-socket3 uses
> version 3 of the socket api.

So the older socket interface supports streaming, but the new one does not?