"monu_indian" <[EMAIL PROTECTED]> writes:
> I have designed a new indexing tecknique for biological database now I want to 
> implement it in pgsql so what the work I will have to do? From where I should start?

You could write a new index access method ... though I would not exactly
recommend that as a good project for a first-time Postgres hacker.

It might be that you could implement what you want to do as a layer on
top of the GIST index type.  See the GIST-related contrib modules for
some examples.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to