Re: [HACKERS] Proposal: PL/pgPSM for 9.3

2012-03-21 Thread Josh Berkus
>> Why not just enhance PL/pgsql > > plpgsql is based on PL/SQL and it is ADA. PSM is relative unique > language - similar to modula with one significant feature - handlers - > so ADA and PSM are different languages with different syntax. Also, PSM is implemented by MySQL and DB2, so having it h

Re: [HACKERS] Proposal: PL/pgPSM for 9.3

2012-03-21 Thread Pavel Stehule
Hello 2012/3/21 Robert Haas : > On Wed, Feb 22, 2012 at 4:19 PM, Pavel Stehule > wrote: >> I propose to integrate a PSM language into the core. This language is >> defined as part of ANSI SQL - SQL/PSM and is used in some well known >> databases like DB2, Terradata and some other less known RDBM

Re: [HACKERS] Proposal: PL/pgPSM for 9.3

2012-03-21 Thread Robert Haas
On Wed, Feb 22, 2012 at 4:19 PM, Pavel Stehule wrote: > I propose to integrate a PSM language into the core. This language is > defined as part of ANSI SQL - SQL/PSM and is used in some well known > databases like DB2, Terradata and some other less known RDBMS like > MonetDB. A The proposed implem

[HACKERS] Proposal: PL/pgPSM for 9.3

2012-02-22 Thread Pavel Stehule
Hello I am sending a proposal for PSM language support. It is early maybe. I would to have a patch for first 9.3 commitfest. Proposal PL/pgPSM I propose to integrate a PSM language into the core. This language is defined as part of ANSI SQL - SQL/PSM and is used in some well known databases like