Re: About large objects asynchronous and non-blocking support

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: Giovanni Mascellani <g(dot)mascellani(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: About large objects asynchronous and non-blocking support
Date: 2013-06-05 20:52:15
Message-ID: CAAfz9KOdNh9VXPYKQMf8eO4P1jJnpMOhpOrmwrcvBedCta7CNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2013/6/5 Giovanni Mascellani <g(dot)mascellani(at)gmail(dot)com>

> Hi.
>
> At the moment libpq doesn't seem to support asynchronous and
> non-blocking support for large objects, in the style of
> PQsendQuery/PQgetResult. This makes large objects hardly suited for
> single-threaded programs based on some variant of select().
>
According to http://www.postgresql.org/docs/9.2/static/lo-funcs.html
"There are server-side functions callable from SQL that correspond to each
of
the client-side functions". Hence, you can call these functions by using
asynchronous API.

--
// Dmitriy.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-06-05 22:56:28 Re: MVCC catalog access
Previous Message Robert Haas 2013-06-05 20:49:03 Re: MVCC catalog access