Re: How do I use the backend APIs

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Chad <chadzakary(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I use the backend APIs
Date: 2006-02-17 03:36:37
Message-ID: 20060217033637.GA37396@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 16, 2006 at 07:41:09AM -0800, Chad wrote:
> In Postgres, is there a C language API which would give me access to
> BTrees like Berkeley DB does? eg to seek to a particular key/value pair
> and iterate forward from there? If not whats the nearest thing to this
> in Postgres?

Could you tell us about the problem you're trying to solve? Are
you writing client-side or server-side code?

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Arai 2006-02-17 04:21:54 EnterpriseDB
Previous Message Qingqing Zhou 2006-02-17 03:34:18 Re: How do I use the backend APIs