SQL/PSM implemenation for PostgreSQL (roadmap)

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема SQL/PSM implemenation for PostgreSQL (roadmap)
Дата
Msg-id BAY20-F73E63B6C1778C6AB446B3F9DF0@phx.gbl
обсуждение исходный текст
Ответы Re: SQL/PSM implemenation for PostgreSQL (roadmap)  (Peter Eisentraut <peter_e@gmx.net>)
Re: SQL/PSM implemenation for PostgreSQL (roadmap)  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-hackers
Hello,

I am work on implementation of SQL/PSM language for PostgreSQL. You can see 
first results on http://postgresql.interweb.cz/index.php/SQL/PSM . My goal 
is creating of referential implementation and using it mainly for education 
and colecting informations about language (documentation, regress tests, 
...). Implementation is based on plpgsql runtime. I haven't necessary 
knowleages for total rewriting any language runtime, and current runtime is 
sufficient for my goals. I don't belive so rewriting runtime can has 
adequate benefit. Runtime can be lighter and cleaner only with some support 
in core. It's reason so this project is external pgfoundry project.

This implementation has PostgreSQL specific. Don't support procedures and 
CALL statement. Don't support unbounded SELECTs. Don't support NOT ATOMIC 
block. More on
http://postgresql.interweb.cz/index.php/SQL/PSM

Roadmap: * implement completed functionality (two weeks) * testing and cleaning (regress tests) (february) *
documentation(april)
 

I welcome any helpers, help, testers, suggestions, notes and comments.

Best regards
Pavel Stehule

_________________________________________________________________
Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. 
http://www.msn.cz/



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

Предыдущее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: Facing a problem with SPI
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: elog(FATAL)ing non-existent roles during client