Re: Extensibility features in PQSQL

From: Seref Arikan <serefarikan(at)kurumsalteknoloji(dot)com>
To: Danushka Menikkumbura <danushka(dot)menikkumbura(at)gmail(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Extensibility features in PQSQL
Date: 2015-03-30 13:31:18
Message-ID: CA+4ThdrX5Rig3j_TjbwsJBK80AndPQ66h6y4e6zqX1tHXLuaig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Postgres documentation is really excellent.
http://www.postgresql.org/docs/9.1/static/extend.html should get you
started.

On Mon, Mar 30, 2015 at 2:20 PM, Danushka Menikkumbura <
danushka(dot)menikkumbura(at)gmail(dot)com> 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.
>
> Thanks and Regards,
> Danushka
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-03-30 13:53:40 Re: Slow trigger on insert: alternative solutions?
Previous Message Adrian Klaver 2015-03-30 13:30:38 Re: Extensibility features in PQSQL