Re: Question on adding new indexes to Postgresql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question on adding new indexes to Postgresql
Date
Msg-id 17183.1064330642@sss.pgh.pa.us
Whole thread Raw
In response to Question on adding new indexes to Postgresql  (Zhen Yang <zykuak@yahoo.com>)
Responses Re: Question on adding new indexes to Postgresql  (Zhen Yang <zykuak@yahoo.com>)
List pgsql-hackers
Zhen Yang <zykuak@yahoo.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: free(3)-ing variables in pg_dump
Next
From: Jan Wieck
Date:
Subject: pg_dump doesn't dump binary compatible casts