how can i add my own procedural language? - Mailing list pgsql-hackers

From Sibtay Abbas
Subject how can i add my own procedural language?
Date
Msg-id 20041207063346.71215.qmail@web50001.mail.yahoo.com
Whole thread Raw
Responses Re: how can i add my own procedural language?
List pgsql-hackers
hi

is "Procedural language handler function" the
interface for adding your own procedural languages to
postgres?

I ve read the documentation but i am not able to
understand where do we deal with stuff like parse
trees, query trees, plan trees etc.

Ofcourse any procedural language should pass through
all the steps ie parsing, planning/optimization and
execution.

so where do we define these steps? and what interface
is provided by postgresql?

thank you

    
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Call for port reports
Next
From: Thomas Hallgren
Date:
Subject: Re: how can i add my own procedural language?