Re: Importing large objects from the client side programatically.

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Importing large objects from the client side programatically.
Date: 2009-05-01 10:34:10
Message-ID: 09675345-ab4a-4dba-baf0-8ca3076791a1@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andrew Maclean wrote:

> I am using C++ and trying to programatically import a large
> object from the client side into a server.

In that context, the simplest way is to use libpq's C functions:
http://www.postgresql.org/docs/8.3/static/lo-interfaces.html

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage:
http://www.manitou-mail.org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-05-01 10:56:29 Re: Any way to execute ad-hoc pl/pgsql?
Previous Message Raymond O'Donnell 2009-05-01 10:06:18 Re: Do TEMP Tables have an OID? Can this be a problem if used too frequently?