Hi David, Thanks for your clarification.
Best regards, Joe joe.z...@dualhelios.com From: David G. Johnston Date: 2024-07-16 22:20 To: joe.z...@dualhelios.com; pgsql-docs@lists.postgresql.org Subject: Re: Mismatch for connection key/value pair between documentation and code? On Monday, July 15, 2024, PG Doc comments form <nore...@postgresql.org> wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/libpq-connect.html Description: For the following document regarding connect string, it is not aligned with the code. https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING e.g. Timeout for connection "connect_timeout Maximum time to wait while connecting, in seconds (write as a decimal integer, e.g., 10). However in the code: https://github.com/npgsql/npgsql/blob/docs/src/Npgsql/NpgsqlConnectionStringBuilder.cs, starting L789 to L812 (latest version when I raise this ticket). The name is Timeout instead of connect_timeout, and there's no logic regarding 2 second check Probably this third-party module is not using the libpq API. Or at minimum not that aspect of the API. David J.