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 1lgbfo-00028p-9s for pgsql-sql@arkaria.postgresql.org; Tue, 11 May 2021 23:20:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lgbfn-0006sw-7o for pgsql-sql@arkaria.postgresql.org; Tue, 11 May 2021 23:20:19 +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 1lgbfn-0006so-0g for pgsql-sql@lists.postgresql.org; Tue, 11 May 2021 23:20:19 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lgbfl-0001dP-04 for pgsql-sql@lists.postgresql.org; Tue, 11 May 2021 23:20:18 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 14BNKFcF913264; Tue, 11 May 2021 19:20:15 -0400 From: Tom Lane To: Rein Petersen cc: pgsql-sql@lists.postgresql.org Subject: Re: set Assert checking on by session In-reply-to: References: Comments: In-reply-to Rein Petersen message dated "Tue, 11 May 2021 17:43:44 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <913262.1620775215.1@sss.pgh.pa.us> Date: Tue, 11 May 2021 19:20:15 -0400 Message-ID: <913263.1620775215@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Rein Petersen writes: > I would like to be able to set assert-checking on by session but i can't > seem to be able to turn it on using either: That used to be possible in versions up to 9.4, but no longer. Sorry. regards, tom lane