Re: how can i add my own procedural language?

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: how can i add my own procedural language?
Date: 2004-12-07 15:34:08
Message-ID: 87k6ru5dhr.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Hallgren <thhal(at)mailblocks(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug McNaught 2004-12-07 15:37:11 Re: spi and other languages
Previous Message Bort, Paul 2004-12-07 15:32:07 Re: Call for port reports