Re: C: extending text search: from where to start - Mailing list pgsql-general

From Ivan Sergio Borgonovo
Subject Re: C: extending text search: from where to start
Date
Msg-id 20100120121802.1cf8efe3@dawn.webthatworks.it
Whole thread Raw
In response to Re: C: extending text search: from where to start  (Dimitri Fontaine <dfontaine@hi-media.com>)
Responses Re: C: extending text search: from where to start  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-general
On Tue, 19 Jan 2010 10:12:21 +0100
Dimitri Fontaine <dfontaine@hi-media.com> wrote:

> Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> > I'd appreciate any pointer that will quickly put me on the right
> > track.
>
> I'd guess you begin here:
>   http://wiki.postgresql.org/wiki/Developer_FAQ

With the exception of formatting style info I didn't find anything
useful there.

Right now I'm reading:
http://www.postgresql.org/docs/8.3/static/xfunc-c.html
There is just an example on how to build up the data returned but it
uses C string. I couldn't find an example that uses TupleDesc
BlessTupleDesc.

I'm installing deb contrib source package.

Any other resource that will help me to write my own contrib?


thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


pgsql-general by date:

Previous
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: About partitioning
Next
From: Craig Ringer
Date:
Subject: Re: Statement level triggers