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 1rGHwC-00EXTd-27 for pgsql-sql@arkaria.postgresql.org; Thu, 21 Dec 2023 12:14:04 +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 1rGHwA-007qgL-It for pgsql-sql@arkaria.postgresql.org; Thu, 21 Dec 2023 12:14:02 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGHwA-007qgD-81 for pgsql-sql@lists.postgresql.org; Thu, 21 Dec 2023 12:14:02 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGHw8-00DAVu-2M for pgsql-sql@lists.postgresql.org; Thu, 21 Dec 2023 12:14:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description; bh=aBT81wGHmFWTQE7IXg98PhtvFDIyUo7rwaXBLCTXyZ4=; b=GSqJjU+KoPErobXEfE6TkS2cqP Wko38qKQ+cnBPnFkaB/QHY8quqmhaT4PhQtOtINpQfa9Q24y+NGy/QctftmWraF9b4a9+IfB8CFl1 37O4qXgdrTMBWcSUJp3GeMZUudUHpTj4UZk/k93ZmDwhxSNv5MMNvYhMeJEyuzSOHbO4=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1rGHw6-00AypN-1W; Thu, 21 Dec 2023 13:13:58 +0100 Date: Thu, 21 Dec 2023 13:13:58 +0100 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: intmail01 Cc: pgsql-sql@lists.postgresql.org Subject: Re: Wich program generates "list index out of range" ? pgadmin or the server ? Message-ID: Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Dec 21, 2023 at 02:46:53PM +0300, intmail01 wrote: > Hi, > > I try an insert clause with psql command and there is no error. > I use also libreoffice base interface and it works. > The Pgadmin command line works fine too. > The only failed interface is the Pgadmin array. It shows "list index out > of range" for insertion in the array. That kinda answers the question about "which program generates...", doesn't it? Best regards, depesz