Re: [INTERNET] Re: auto vacuum question

2023-08-29 Thread Alan Stange
On 8/28/23 18:35, Jerry Sievers wrote: > Adrian Klaver writes: > >> On 8/28/23 13:06, Alan Stange wrote: >> >>> All, >>> We recently changed the name of the superuser role in our database, > My take on this, is that the *postmaster* user is perhaps the o

Re: [INTERNET] Re: auto vacuum question

2023-08-28 Thread Alan Stange
On 8/28/23 16:11, Adrian Klaver wrote: > On 8/28/23 13:06, Alan Stange wrote: >> All, >> >> We recently changed the name of the superuser role in our database, and >> then noticed some issues with the autovacuum processes.  We are running >> 15.3, and had a logi

auto vacuum question

2023-08-28 Thread Alan Stange
All, We recently changed the name of the superuser role in our database, and then noticed some issues with the autovacuum processes.  We are running 15.3, and had a login role, lets call it 'red', which had the superuser attribute assigned to it.   This was the original owner/creator of all the da

Re: pg_upgrade question

2021-12-02 Thread Alan Stange
Of course that would be in the manual ;-)   Thank you for pointing this out.   We've been doing upgrades the reliable old school way for so long that I wasn't aware that something better was already well documented. Thank you, Alan On 12/2/21 11:10, Adrian Klaver wrote: > On 12/2/2

pg_upgrade question

2021-12-02 Thread Alan Stange
Hello all, We're running a 13.x installation and looking to upgrade to 14.1.  This is all on Linux servers.   We have a main instance running with a number of hot standby replicas configured.   In the past, we have done a dump/restore on a slow evening and then rsynced all the bits around so that

Re: question about sql comments in postgresql server logs

2021-08-06 Thread Alan Stange
On 8/6/21 3:14 PM, Tom Lane wrote: > Alan Stange writes: >> In order to track down some bugs, we thought it would be useful to >> append some comments to the sql being sent to postgresql like this: >>     select foo from bar   -- a comment with some metadata >> however

question about sql comments in postgresql server logs

2021-08-06 Thread Alan Stange
Hello all, In order to track down some bugs, we thought it would be useful to append some comments to the sql being sent to postgresql like this:     select foo from bar   -- a comment with some metadata however, the postgresql server was not including the appended comment in the log file. If we