Re: Standalone Parser for PL/pgSQL - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Standalone Parser for PL/pgSQL
Date
Msg-id 20050714161852.GE19232@alvh.no-ip.org
Whole thread Raw
In response to Re: Standalone Parser for PL/pgSQL  (Richard_D_Levine@raytheon.com)
List pgsql-general
On Thu, Jul 14, 2005 at 11:07:35AM -0500, Richard_D_Levine@raytheon.com wrote:

> Ya know, what would be *totally* cool is to implement Oracle PL/SQL syntax
> transparently in PostgreSQL.  You just can't do packages in PL/pgSQL.  You
> can mimic them with schemas, but there are things that must be done
> differently, and probably more slowly, like package body global constants
> and variables.

If that's what you want, you may be interested in checking out
EnterpriseDB's product, which does exactly this.  There's a free beta
you can try out if you like.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Nunca se desea ardientemente lo que solo se desea por razón" (F. Alexandre)

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Standalone Parser for PL/pgSQL
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Converting MySQL tinyint to PostgreSQL