Re: Schema variables - new implementation for Postgres 15

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Schema variables - new implementation for Postgres 15
Дата
Msg-id a76720a9-83ee-dc5d-22a8-759ac23e5808@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 30.03.23 10:49, Pavel Stehule wrote:
> If I reorganize the patch to the following structure, can be it useful 
> for you?
> 
> 1. really basic functionality (no temporary variables, no def 
> expressions, no memory cleaning)
>     SELECT variable
>     LET should be supported + doc, + related tests.
> 
> 2. support for temporary variables (session, transaction scope),
>      memory cleaning at the end of transaction
> 
> 3. PL/pgSQL support
> 4. pg_dump
> 5. shadowing warning
> 6. ... others ...

That seems like an ok approach.  The pg_dump support should probably go 
into the first patch, so it's self-contained.



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Initial Schema Sync for Logical Replication
Следующее
От: Robert Haas
Дата:
Сообщение: Re: running logical replication as the subscription owner