How to code lo_creat & lo_write & lo_read in non-blocking mode

From: ChoonSoo Park <luispark(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to code lo_creat & lo_write & lo_read in non-blocking mode
Date: 2012-01-06 15:49:40
Message-ID: CACgbiFsjiAM6uf07T372HRF2n7W8k2abMQWt3C4nEJq9CqZcmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I just wonder if there is a way to program lo client interfaces (lo_creat,
lo_write, lo_read) in non-blocking mode.
PQsendQueryParams works perfect for executing a sql command in non-blocking
mode. But I couldn't find a way for handling large objects.

Do you have any example?

Thank you,
Choon Park

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-01-06 15:52:20 Re: Running multiple versions
Previous Message Igor Neyman 2012-01-06 15:05:31 Re: Vacuum and Large Objects