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 1p2Zqi-0005QU-4U for pgsql-jdbc@arkaria.postgresql.org; Tue, 06 Dec 2022 15:27:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p2Zqg-0006Hr-UM for pgsql-jdbc@arkaria.postgresql.org; Tue, 06 Dec 2022 15:27:10 +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 1p2Zqg-0006Hi-MO for pgsql-jdbc@lists.postgresql.org; Tue, 06 Dec 2022 15:27:10 +0000 Received: from out-21.smtp.github.com ([192.30.252.204] 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 1p2Zqd-0001UY-OC for pgsql-jdbc@lists.postgresql.org; Tue, 06 Dec 2022 15:27:10 +0000 Received: from github.com (hubbernetes-node-82063ad.ac4-iad.github.net [10.52.208.67]) by smtp.github.com (Postfix) with ESMTPA id 076495205AC for ; Tue, 6 Dec 2022 07:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1670340426; bh=ez8SSIFtbJd87uZoQDZNdEc9K801hW1JiKwo5jaa0Wg=; h=Date:From:To:Subject:From; b=FJBSxS137mq69O9miEsKCa6bVG6wZB9DvJWaHapvMu+3RuGg4qq34rm9L20JkyaL7 TSYiuhDegSVi6WHArmwSs/sEX2H75AsNnmobLMxUwODEbYPiLQzpjUnT4j/kZN4KUK dj2gKkXBROUX/H0xE241KsANGGLtAqcBinlUfORI= Date: Tue, 06 Dec 2022 07:27:06 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 5a451b: docs: clarify binaryTransfer and add it to README ... 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: 5a451b701f1eb18de24eae723f8bb5b5bf7d2a85 https://github.com/pgjdbc/pgjdbc/commit/5a451b701f1eb18de24eae723f8bb5b5bf7d2a85 Author: Dave Cramer Date: 2022-12-06 (Tue, 06 Dec 2022) Changed paths: M README.md M docs/content/documentation/use.md Log Message: ----------- docs: clarify binaryTransfer and add it to README (#2698)