Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHjhj-00AQT7-Uv for pgsql-general@arkaria.postgresql.org; Thu, 13 Jun 2024 12:37:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sHjhh-000mMM-9D for pgsql-general@arkaria.postgresql.org; Thu, 13 Jun 2024 12:37:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHjhg-000mME-Ua for pgsql-general@lists.postgresql.org; Thu, 13 Jun 2024 12:37:21 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHjhf-0017RW-5j for pgsql-general@lists.postgresql.org; Thu, 13 Jun 2024 12:37:20 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id 22C962A2B7C for ; Thu, 13 Jun 2024 05:37:17 -0700 (PDT) Date: Thu, 13 Jun 2024 05:37:17 -0700 (PDT) From: Rich Shepard To: pgsql-general@lists.postgresql.org Subject: Re: Definging columns for INSERT statements In-Reply-To: <9288042e-9cd3-4121-ab99-459f0fac9f53@aklaver.com> Message-ID: <2b384c60-11ee-15f8-fde7-fde8c97a4390@appl-ecosys.com> References: <27d9076-c416-7847-7bd-159a5c3ee38a@appl-ecosys.com> <92fdd56a-9600-42d6-bee7-5f071f0f0f09@aklaver.com> <61398511-e28d-f9bd-d44-33a69a1c55@appl-ecosys.com> <9288042e-9cd3-4121-ab99-459f0fac9f53@aklaver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 12 Jun 2024, Adrian Klaver wrote: > The 'Examples' section at the bottom of this page: > https://www.postgresql.org/docs/current/sql-insert.html > is a useful resource. Adrian, That's good to know. Thank you. Regards, Rich