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

From Doug McNaught
Subject Re: how can i add my own procedural language?
Date
Msg-id 87k6ru5dhr.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to Re: how can i add my own procedural language?  (Thomas Hallgren <thhal@mailblocks.com>)
List pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:

> Sibtay,

> You normally don't deal with parsing, planning etc. at all from within
> a language handler.

Unless you're implementing a language from scratch rather than linking
in an existing interpreter.  In which case, the PL/pgSQL source is a
good example.

-Doug


pgsql-hackers by date:

Previous
From: "Bort, Paul"
Date:
Subject: Re: Call for port reports
Next
From: Doug McNaught
Date:
Subject: Re: spi and other languages