Re: Question on adding new indexes to Postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zykuak(at)yahoo(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question on adding new indexes to Postgresql
Date: 2003-09-23 15:24:02
Message-ID: 17183.1064330642@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zhen Yang <zykuak(at)yahoo(dot)com> writes:
> What are the C interface functions in Postgresql to add indexes?

You will need to study the source code for the existing index types.
There is not much documentation other than the sources for the index
access method APIs.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-09-23 15:29:03 pg_dump doesn't dump binary compatible casts
Previous Message Tom Lane 2003-09-23 15:22:03 Re: free(3)-ing variables in pg_dump