Re: pg_isready docs doesn't specify what exactly it is checking

2022-01-07 Thread Anatoli Babenia
On Fri, 7 Jan 2022 at 03:29, Euler Taveira wrote: > On Tue, Jan 4, 2022, at 3:11 PM, PG Doc comments form wrote: > > We could include a sentence explaining that a port probe is not a > sufficient > condition to successfully connect to a Postgres server because the state > machine has more than 2

Re: pg_isready docs doesn't specify what exactly it is checking

2022-01-06 Thread Euler Taveira
On Tue, Jan 4, 2022, at 3:11 PM, PG Doc comments form wrote: > `pg_isready` docs don't specify how its different from a port probe - what > does on top of checking that a port is open? Does it send some handshake > message that a server responds to when initialization is finished? pg_isready uses a

pg_isready docs doesn't specify what exactly it is checking

2022-01-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/app-pg-isready.html Description: `pg_isready` docs don't specify how its different from a port probe - what does on top of checking that a port is open? Does it send some handshake message