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 1lPAB9-0002XZ-6w for pgsql-docs@arkaria.postgresql.org; Wed, 24 Mar 2021 20:32:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lPAB8-0008HK-5j for pgsql-docs@arkaria.postgresql.org; Wed, 24 Mar 2021 20:32:34 +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 1lP9oj-00085x-EN for pgsql-docs@lists.postgresql.org; Wed, 24 Mar 2021 20:09:25 +0000 Received: from wforward4-smtp.messagingengine.com ([64.147.123.34]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lP9ob-0004fu-CR for pgsql-docs@lists.postgresql.org; Wed, 24 Mar 2021 20:09:24 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailforward.west.internal (Postfix) with ESMTP id 216F213FA; Wed, 24 Mar 2021 16:09:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 24 Mar 2021 16:09:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=e4eZViVkfepXtB9VFhdnMt7sExqbsUERpCx1rR444 hQ=; b=S77vF+wHaWHZuk9BTumBGmirV45OGX21dMvD3LVyhG8OSHEI2IKuNVrh7 /0MI7Ddxa44+L5vYV/VwedGI4EseuksxvSB4FcnI2PIlQl/O3Vg14hCmm6++s4TE 66vTovdE5bTrug9Bkk/ZBYEoguEJQnBVci7YHEXX82Klnyrq1eZs7SdNisrqX20W AM/hJso3HV6K7/Z366itboOC0zAQsMmUmWBWwEJGovHP7CwDyMENc9UfzUIFaLtK KNmku89pm+Up8/D2JoI+PLLeu1Out0HuBq5vWlMn5clTwULlVnHBDvpy4fWfOiPQ QoVjPYoa1zU+PogGF8fi+PRsGjEag== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudegkedgudefvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesth ejredttdefjeenucfhrhhomheprfgvthgvrhcugfhishgvnhhtrhgruhhtuceophgvthgv rhdrvghishgvnhhtrhgruhhtsegvnhhtvghrphhrihhsvggusgdrtghomheqnecuggftrf grthhtvghrnhepleevheehueeiudeiteeitdekueetleefteejffeiffdugedvffdvffdt iedvueeknecukfhppeeluddrudegrddvfeeirdeiheenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghuthes vghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: from laptop206oxuk.local (p5b0eec41.dip0.t-ipconnect.de [91.14.236.65]) by mail.messagingengine.com (Postfix) with ESMTPA id 386281080063; Wed, 24 Mar 2021 16:09:12 -0400 (EDT) Subject: Re: "there is no way to insert less than one row" To: max1@inbox.ru, pgsql-docs@lists.postgresql.org References: <161626776179.652.11944895442156126506@wrigleys.postgresql.org> From: Peter Eisentraut Message-ID: Date: Wed, 24 Mar 2021 21:09:11 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <161626776179.652.11944895442156126506@wrigleys.postgresql.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 20.03.21 20:16, PG Doc comments form wrote: > So, the last insert command inserted zero rows. What is meant by "there is > no way to insert less than one row"? I think the point was that you can't insert partial rows.