Re: Presentation tools used ?

2023-10-23 Thread Greg Stark
On Mon, 23 Oct 2023 at 03:34, Chris Travers wrote: > > > > On Mon, Oct 23, 2023 at 8:30 AM Steve Litt wrote: >> >> Achilleas Mantzios said on Sun, 22 Oct 2023 08:50:10 +0300 >> >> >Hello All >> > >> >I am going to give a talk about PostgerSQL, so I'd like to ask you >> >people what do you use for

Re: PITR and Temp Tables

2022-04-20 Thread Greg Stark
There actually is a third backstop if no other session ever connects to that temp schema and cleans them out. Eventually autovacuum notices that they would need a vacuum "to prevent wraparound". It can't actually did the vacuum on temp tables but if there's no session attached to the temp schema i

Re: Feature request: separate logging

2018-02-27 Thread Greg Stark
On 18 November 2016 at 13:00, otheus uibk wrote: > What I do today is to configure postgresql to write csvlogs. Stdout/stderr > are captured by journald. A custom perl script with the Text::CSV module and > tail -F semantics continuously processes the csvlog file, ignores query, > dml, and detail