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 1mKg6u-0007eP-59 for pgsql-novice@arkaria.postgresql.org; Mon, 30 Aug 2021 12:09:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mKg6t-0007Nx-49 for pgsql-novice@arkaria.postgresql.org; Mon, 30 Aug 2021 12:09:55 +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 1mKg6s-0007Ml-Sl for pgsql-novice@lists.postgresql.org; Mon, 30 Aug 2021 12:09:54 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mKg6p-0007dv-SW for pgsql-novice@postgresql.org; Mon, 30 Aug 2021 12:09:53 +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:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=hWd85NaP/tf9ry5tEN74Msd7uorWipuHG+nLtbTkz1o=; b=KX7TvzHneal6vXJgy8uoEcqGuC WWaEiS1UsdtWviRvmRw8Jxw2IpnkqOH0E5y9LOiWZiI7YsQAx52JZocBbUXKf42+HemCgr+7rJQun twmjE7aWzFmiyPoMmUpa990+k1vefsM6NptcYCdDK1Odj2oL1OiqwdDLz+9MGDKcDTTI=; Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by depesz.com with esmtpa (Exim 4.92) (envelope-from ) id 1mKg6m-00068H-JX; Mon, 30 Aug 2021 14:09:48 +0200 Date: Mon, 30 Aug 2021 14:09:48 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: Roger Mason Cc: pgsql-novice mailing list Subject: Re: trigger fails Message-ID: <20210830120948.GA19692@depesz.com> Reply-To: depesz@depesz.com References: <20210830081718.GA8307@depesz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Aug 30, 2021 at 09:34:46AM -0230, Roger Mason wrote: > > Can you provide whole, testable sql script? With create table, and test > > insert, that should generate something in the target table, that is > > missing? it's better to reply to mailing list, unless it's a secret, as others can comment and possibly provide answer. In any case, after running your queries, I got: ERROR: relation "results" does not exist This was on test script line 78, which was: CREATE TRIGGER trigger_f_energy_insert AFTER INSERT ON results FOR EACH ROW EXECUTE PROCEDURE trigger_f_energy_insert (); So, can't test it, sorry. Best regards, depesz