Re: Multi-transactional statements and statistics for autovacuum

2024-07-07 Thread Egor Rogov
Hello everybody, On 12.06.2024 20:13, Igor V.Gnatyuk wrote: Hello. Before the advent of procedures in PostgreSQL 11 that can manage transactions, there could only be one transaction in one statement. Hence the end of the transaction also meant the end of the statement. Apparently, this is why

Multi-transactional statements and statistics for autovacuum

2024-06-12 Thread Igor V.Gnatyuk
Hello. Before the advent of procedures in PostgreSQL 11 that can manage transactions, there could only be one transaction in one statement. Hence the end of the transaction also meant the end of the statement. Apparently, this is why the corresponding restriction is described differently in dif