On 2016-09-02 10:50:17 +0200, Petr Jelinek wrote: > Okay that sounds reasonable, the SQL interface is already somewhat different > than walsender as it does not really "stream" so makes sense to improve the > behavior there. As a side note, I would really like to have cursor-like SQL > interface which behaves more like walsender one but that's very different > patch.
FWIW, with the changes in https://www.postgresql.org/message-id/[email protected] thats starting to be realistic for a function based interface. By switching things over to ValuePerCall mode you could actually use a cursor, without pre-materializing all changes. Greetings, Andres Freund -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
