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.