proposal: schema PL session variables
От | Pavel Stehule |
---|---|
Тема | proposal: schema PL session variables |
Дата | |
Msg-id | CAFj8pRD4OAXp2zp7dBRg5eo6X3rtT5MHTMVRN1e1kdK8xE6E4g@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: proposal: schema PL session variables
Re: proposal: schema PL session variables Re: proposal: schema PL session variables |
Список | pgsql-hackers |
Hi
On Russian PgConf I had a talk with Oleg about missing features in PLpgSQL, that can complicates a migrations from Oracle to PostgreSQL. Currently I see only one blocker - missing protected session variables. PL/SQL has package variables with possible only package scope and session life cycle. Currently we cannot to ensure/enforce schema scope visibility - and we cannot to implement this functionality in PL languages other than C.=======
=====
=====
DROP SCHEMA IF EXISTS test_schema CASCADE;
SET SCHEMA test_schema;
======
Possible future enhancing
===================
===================
* global life cycle (not only session)
* access and usage outside PL (from SQL)
В списке pgsql-hackers по дате отправления: