Re: Error prone compilation of stored procedure

Поиск
Список
Период
Сортировка
От pinker
Тема Re: Error prone compilation of stored procedure
Дата
Msg-id 1436183572684-5856708.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Error prone compilation of stored procedure  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Error prone compilation of stored procedure  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: Error prone compilation of stored procedure  (Rob Sargent <robjsargent@gmail.com>)
Re: Error prone compilation of stored procedure  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
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.



--
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.


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

Предыдущее
От: pinker
Дата:
Сообщение: Re: Error prone compilation of stored procedure
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Error prone compilation of stored procedure