Re: Error prone compilation of stored procedure

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: pinker <pinker(at)onet(dot)eu>
Cc: "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error prone compilation of stored procedure
Date: 2015-07-06 13:52:50
Message-ID: CAFj8pRBsFapZ5V9M+ARj+T0qs8Ge9_6K7CByg9vK=5QpjMV-Xw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2015-07-06 13:52 GMT+02:00 pinker <pinker(at)onet(dot)eu>:

> Pavel Stehule wrote
> > PLpgSQL doesn't check a identifiers inside embedded SQL before execution.
> > In this case j_var can be theoretically some SQL identifiers - the
> > possibility or impossibility is not know in function validation stage.
> >
> > It has some plus and minus points. The plus - there are not strong
> > dependency between database objects and PL code. The minus - lot of bugs
> > are not detected in validation stage. But this issue can be solved by
> > plpgsql_check extension https://github.com/okbob/plpgsql_check/
>
> Thank you for the link to extension.
> Another minus is that my colleagues which use to work on oracle think that
> postgresql is at least one league below oracle.
>

why minus? - The dependency in PL/SQL is hell - it strongly increase a
complexity of lot of tasks. The plpgsql is designed to be simple as
possible - but it has the power of PL/SQL. If you need to check your
PLpgSQL code, just install plpgsql_check extension.

Regards

Pavel

>
>
>
> --
> View this message in context:
> http://postgresql.nabble.com/Error-prone-compilation-of-stored-procedure-tp5856699p5856708.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pinker 2015-07-06 13:53:02 Re: Error prone compilation of stored procedure
Previous Message Jan de Visser 2015-07-06 13:41:27 Re: [pg_hba.conf] publish own Python application using PostgreSQL