Re: Autonomous transactions 2023, WIP

2024-01-01 Thread Ivan Kush
load log file to the database: * detect file size, * load to database * autorotate file by timeout of filesize * etc. Some of our customers use "Autonomous transactions" for logging =) -- Best wishes, Ivan Kush Tantor Labs LLC

Re: Autonomous transactions 2023, WIP

2023-12-31 Thread Ivan Kush
ansactions. > > Surely, the first topic should be the method of implementation. Maybe > I missed it, but there is no agreement of background worker based. > > Regards > > Pavel > > -- Best wishes, Ivan Kush Tantor Labs LLC -- Best wishes, Ivan Kush Tantor Labs LLC

Re: Autonomous transactions 2023, WIP

2023-12-24 Thread Ivan Kush
(1);   END; END; ``` https://firebirdsql.org/refdocs/langrefupd25-psql-autonomous-trans.html On 21.12.2023 14:26, Andrey M. Borodin wrote: On 15 Dec 2023, at 16:28, Ivan Kush wrote: Hello. I'm working on the support of autonomous transactions in Postgres. # Summary * Add pragma AUTONO

Re: Autonomous transactions 2023, WIP

2023-12-24 Thread Ivan Kush
art of this project is elimination of global variables. It can be common with autonomous transactions. Surely, the first topic should be the method of implementation. Maybe I missed it, but there is no agreement of background worker based. Regards Pavel -- Best wishes, Ivan Kush Tantor Labs LLC