Re: Universal B-tree

From: Yeb Havinga <yebhavinga(at)gmail(dot)com>
To: Daniel Oliveira <danielmarquesoliveira(at)gmail(dot)com>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Universal B-tree
Date: 2010-08-10 07:53:23
Message-ID: 4C610573.3000708@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Oliveira wrote:
> There is a way to acess a index inside a c function without using a
> sql statement ?
Yes, if you know the oid of the index you want to scan, you can use
functions from backend/access/index/indexam.c.

regards,
Yeb Havinga

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joseph Adams 2010-08-10 08:03:43 Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Previous Message vamsi krishna 2010-08-10 07:46:02 Measuring execution time