Re: PostgreSQL future ideas

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: PostgreSQL future ideas
Дата
Msg-id 5ded07e00809270937y377e06eeo994468068be1990f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL future ideas  (Mark Mielke <mark@mark.mielke.cc>)
Список pgsql-hackers
On Sat, Sep 27, 2008 at 12:13 PM, Mark Mielke <mark@mark.mielke.cc> wrote:
> If
> some parts of PostgreSQL are not performance bottlenecks, and they are
> extremely complicated to write in C, and very easy to write in something
> else common and simple (I've never used LUA myself?), I imagine it would be
> acceptable to the community.

As long as they can expose their interfaces using the standard PG
function call interface, and use the documented SPI mechanism to talk
to the rest of the back end.  Stuff that hooks into undocumented or
unstable parts of the code would be much less viable.

-Doug


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Mielke
Дата:
Сообщение: Re: PostgreSQL future ideas
Следующее
От: Tom Lane
Дата:
Сообщение: Null row vs. row of nulls in plpgsql