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 1pSJEs-0006uq-AQ for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 14:58:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSJEr-0004QV-7o for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 15 Feb 2023 14:58:29 +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 1pSJ19-00066q-3j; Wed, 15 Feb 2023 14:44:19 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSJ16-0005ZH-KP; Wed, 15 Feb 2023 14:44:18 +0000 Received: from github.com (hubbernetes-node-75e8713.ash1-iad.github.net [10.56.128.41]) by smtp.github.com (Postfix) with ESMTPA id 039345E0A73; Wed, 15 Feb 2023 06:44:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676472255; bh=f7oW1iU9CSFc6Awvpc0RgwKhm4dYtRTAom06Y4PBnVQ=; h=Date:From:To:Subject:From; b=h6226TSSPYuXK6dNFs+RRPzjAQ94n4DVM/1/EIZFf/STsnp9sz+rAf5XKSi3z3JIF l0IF5NaVAVEspmTmX1i8XWwESk2E/b8E+6bKoxh56m4xfKOwX5SgYKsx4RxoI3gWbS IgUF8ofMVbGt/RZyKf9254tBQpZzisW77uhmib9Y= Date: Wed, 15 Feb 2023 06:44:15 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] df092e: Update docs to reflect changes from 42.5.3 (#2811) 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,pgsql-jdbc-commits@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: df092e23d740a257ca9e127461b7c856a97582ad https://github.com/pgjdbc/pgjdbc/commit/df092e23d740a257ca9e127461b7c856a97582ad Author: Dave Cramer Date: 2023-02-15 (Wed, 15 Feb 2023) Changed paths: M CHANGELOG.md M docs/content/changelogs/2023-01-31-42.5.2-release.md A docs/content/changelogs/2023-02-03-42.5.3-release.md M docs/content/documentation/server-prepare.md M docs/data/homepagedata.toml M docs/data/versions.toml M docs/layouts/partials/home/info.html Log Message: ----------- Update docs to reflect changes from 42.5.3 (#2811) * update changelog and docs for release (#2751) * note that 42.5.2 has 2 regressions * update docs for release 42.5.3 * remove missing createTempTable call from copy example