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 1rFVO8-00ADQq-Ha for pgsql-sql@arkaria.postgresql.org; Tue, 19 Dec 2023 08:23:40 +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 1rFVO6-00GVig-Jd for pgsql-sql@arkaria.postgresql.org; Tue, 19 Dec 2023 08:23:38 +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 1rFVO6-00GViY-Ab for pgsql-sql@lists.postgresql.org; Tue, 19 Dec 2023 08:23:38 +0000 Received: from mail-yw1-x1133.google.com ([2607:f8b0:4864:20::1133]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rFVO3-00ClNz-2W for pgsql-sql@lists.postgresql.org; Tue, 19 Dec 2023 08:23:37 +0000 Received: by mail-yw1-x1133.google.com with SMTP id 00721157ae682-5e7409797a1so11042727b3.0 for ; Tue, 19 Dec 2023 00:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702974212; x=1703579012; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=y3cZN1onJ7175bpqpxy2ONA2rt8kBDlZRm4GrQK0uHs=; b=LdIOqUimuEaL1X28xVePda9TAhSP7VvAndPKHjw6LASr5CR1HD13mOp58RMXPj4uFY /QAflVOPSClFzCrQyhbWC9dVM+/3fVxnpCak7vjHk7Im7T50tAjvL4e0iD1DRFTQ3ro6 KJniHU6xfBUBn84QvmKvEsXPsE9etv01EadJbuj6Ci2K2yBpKG2QhoeKSR9bxDvPtahQ YIZ6xcG7ImBuQ1ES+sw8dp6lelOM9ap+PCq5OH0+9cjEJH2lqqFJg2I9AukG2XOZGUOX mVoFpzoWwWm4ktncE2hEx8j3H2Z0X5IQNKO8kW1ZlNKpSpTrtZ1xcGpVSeiRTTcWZhwb w+mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702974212; x=1703579012; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=y3cZN1onJ7175bpqpxy2ONA2rt8kBDlZRm4GrQK0uHs=; b=G628sEk/caKKTiKBsqiRVFp/P1hchu7riiw6tfhXuSgSUfHOlcAtqIxqh6HKFHwJnL nGqQG6xODZ1D86MpA59cI7djfvkMtnKj2+zZmbuR0ozBx+wchS6+YwszaiIFAvNCvxZS /ElHGx3NFr44aoR8pq/uVQHabs7HRnRU6UXuRLlki0EOusorvUJu+/UPjpWPTFx8HdCk qwswPxUxGfO44qCnpOn/fK4vEDLZ6PPoLRjo8uZbqd5SEsYinqHHRvmuMiohp6MgdcK5 pKI2SsSuLSrzo69zMmLdwQFLLYNUjSGfvHZLblE5jdGMyxpQ1Dy0P32oTd6XVC0C2C6f UWBw== X-Gm-Message-State: AOJu0YygR2I9XSO3kpyk3EsUmD1sLuQ7pFcULCRTH9mX0hf1S7693H60 BOSh9aoT08/4Hn+AsBoDbSBAO6dhkdoPngvk0R3wudIHBDpprEdK X-Google-Smtp-Source: AGHT+IGKwOVHW4sg8uuD7/Y8+aiEEBULetbmoFDwjpITi1HMs4Ob9WE1NCqN8u2yY43Tazomceo6Ru+dutgXu5wGcR4= X-Received: by 2002:a81:df0b:0:b0:5d9:4d96:bf4a with SMTP id c11-20020a81df0b000000b005d94d96bf4amr11827391ywn.27.1702974212538; Tue, 19 Dec 2023 00:23:32 -0800 (PST) MIME-Version: 1.0 From: intmail01 Date: Tue, 19 Dec 2023 11:26:46 +0300 Message-ID: Subject: Wich program generates "list index out of range" ? pgadmin or the server ? To: pgsql-sql@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000000005e0060cd89527" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000000005e0060cd89527 Content-Type: text/plain; charset="UTF-8" Hi, My db have some complex triggers and it failed when inserting line. I use Pgadmin and it display message "list index out of range". Could someone tell me which program is responsible of this message, pgadmin or the remote server ? Thanks --0000000000000005e0060cd89527 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

My db have some complex triggers and it failed = when inserting line.
I use Pgadmin and it display message "list ind= ex out of range".
Could someone tell me which program is responsibl= e of this message, pgadmin or the remote server ?

Thanks
--0000000000000005e0060cd89527--