Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pMpMT-0001bq-6U for pgsql-jdbc@arkaria.postgresql.org; Tue, 31 Jan 2023 12:03:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pMpMR-0001Vj-KW for pgsql-jdbc@arkaria.postgresql.org; Tue, 31 Jan 2023 12:03:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pMpMR-0001VZ-Bq for pgsql-jdbc@lists.postgresql.org; Tue, 31 Jan 2023 12:03:39 +0000 Received: from out-18.smtp.github.com ([192.30.252.201] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pMpMO-0006Q5-JQ for pgsql-jdbc@lists.postgresql.org; Tue, 31 Jan 2023 12:03:38 +0000 Received: from github.com (hubbernetes-node-4f2d842.va3-iad.github.net [10.48.201.84]) by smtp.github.com (Postfix) with ESMTPA id 23873340FBA for ; Tue, 31 Jan 2023 04:03:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675166614; bh=gyyJ1j6WT1FrDHBr35h6+cA3vHxN1SMVHhB6BHKUKnU=; h=Date:From:To:Subject:From; b=faXfzwSDeBMhlpyjqgCpgFl4S1uh9+xYellyivcfxfDZQg/eSAvCXNV7hWg5Mvxt+ ojspRk95HOX3S5QiyxN5l96uoY6SHhNXj1MNKHKSGiD54euVAyWehpaF9KK/HimeOi mgP+N7slwOTcheft2RwRydZ8o9a6OG9iRuO62xRo= Date: Tue, 31 Jan 2023 04:03:34 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] f51c68: Make sure all configuration settins have defaults ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: f51c68e498962316d42840b8d1c1096e3c3e181f https://github.com/pgjdbc/pgjdbc/commit/f51c68e498962316d42840b8d1c1096e3c3e181f Author: Dave Cramer Date: 2023-01-31 (Tue, 31 Jan 2023) Changed paths: M README.md M docs/content/documentation/use.md M pgjdbc/src/main/java/org/postgresql/PGProperty.java Log Message: ----------- Make sure all configuration settins have defaults documented (#2740) Add some missing configuration settings to README Specify implied default for sslFactory in PGProperty