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 1pQBxX-0005vQ-LP for pgsql-jdbc@arkaria.postgresql.org; Thu, 09 Feb 2023 18:47:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pQBxW-0002WS-EA for pgsql-jdbc@arkaria.postgresql.org; Thu, 09 Feb 2023 18:47:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQBxW-0002WI-4x for pgsql-jdbc@lists.postgresql.org; Thu, 09 Feb 2023 18:47:50 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pQBxP-0005MI-ES for pgsql-jdbc@lists.postgresql.org; Thu, 09 Feb 2023 18:47:48 +0000 Received: from github.com (hubbernetes-node-b622fa7.va3-iad.github.net [10.48.124.62]) by smtp.github.com (Postfix) with ESMTPA id 1353E5C0609 for ; Thu, 9 Feb 2023 10:47:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1675968462; bh=lkf0F/RxhQOkC2yPQ/pAz9NxV1+jZpmSaaahWavoMXc=; h=Date:From:To:Subject:From; b=jnSkGz+H+Kb4/mk2oL1wlhGmmWxcSOFmKhlRtBjCkEXIZLEPI0Maw8VEsi3Cx23H2 JySV1PDI/3s00y+5Gi9MfDF4ird+lrEyJcITqaOHZcYC5WADo3ThdfLSmPr2XItalS tHGwsiXukokDInL1VWoYuNjEIa/0bv71yfuRGbsQ= Date: Thu, 09 Feb 2023 10:47:42 -0800 From: Dave Cramer To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] d221b6: Add copy examples (#2762) 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: d221b6b668585d5fc0c73628dd9dea199aa6a48d https://github.com/pgjdbc/pgjdbc/commit/d221b6b668585d5fc0c73628dd9dea199aa6a48d Author: Dave Cramer Date: 2023-02-09 (Thu, 09 Feb 2023) Changed paths: M docs/content/documentation/server-prepare.md Log Message: ----------- Add copy examples (#2762) * Add copy examples