Re: Extensibility features in PQSQL - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Extensibility features in PQSQL
Date
Msg-id 55194FFE.80303@aklaver.com
Whole thread Raw
In response to Extensibility features in PQSQL  (Danushka Menikkumbura <danushka.menikkumbura@gmail.com>)
List pgsql-general
On 03/30/2015 06:20 AM, Danushka Menikkumbura wrote:
> Hi all,
>
> I am interesting in understanding the extensibility features available
> in PostgreSQL. For instance what it takes to define a new operator or a
> new index and in particular what goes into the query optimizer in that case.
>
> Please kindly point me to some useful resources on this.

I would start here:

http://www.postgresql.org/docs/9.4/interactive/sql-createoperator.html

http://www.postgresql.org/developer/coding/
>
> Thanks and Regards,
> Danushka


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: How to recover or resent the password for the user 'postgres'
Next
From: Seref Arikan
Date:
Subject: Re: Extensibility features in PQSQL