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.96) (envelope-from ) id 1voSz8-005RkG-2C for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Feb 2026 21:03:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1voSz6-005V05-20 for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Feb 2026 21:03:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1voSz6-005Uzx-0e for pgsql-hackers@lists.postgresql.org; Fri, 06 Feb 2026 21:03:24 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1voSz3-00000000tjo-0CEn for pgsql-hackers@lists.postgresql.org; Fri, 06 Feb 2026 21:03:23 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 91DF6555C33 for ; Fri, 06 Feb 2026 22:03:16 +0100 (CET) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 7932C556901; Fri, 06 Feb 2026 22:03:16 +0100 (CET) Received: from localhost (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 7757310BC3BE; Fri, 06 Feb 2026 22:03:16 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s470.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s980.loopia.se ([172.22.191.5]) by localhost (s470.loopia.se [172.22.190.34]) (amavis, port 10024) with LMTP id 2uTyzAE_QV3X; Fri, 6 Feb 2026 22:03:16 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s980.loopia.se (Postfix) with ESMTPSA id 0C9A722015E6; Fri, 06 Feb 2026 22:03:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1770411796; bh=SdademzNidoFdYI06hQJeUl8s6g8z+YHZNDkccn7Xl0=; h=Date:Subject:To:References:From:In-Reply-To; b=VqgOzLubfzxs8mX3VgvYZwZC8pvysqR2cnazxnfzcWQ+2ubWZ4CKNZdtqX9FZkgWl ge+SkBMDEdnb7sZTtn6RE/Q8BtceLR369i5ElhPePm2Coi+W90qTI04p8kZFyrpJo7 vkYEY4dnv/BTgs4Zya+0NeoQ/n2B8yn9jhi4tiOaLsSH/hMD7X7xAoqHlrwEzvVHQ7 LFqAZGrv47i0kSAScZo+ulpk9npRcvjrHhg2cs+F6FgndAKEpUgVSEf5d7wBCYvfwP VnL0YSk/JBXw1y5HVrKuQ/lUxx81ttk/CxRH5iSiTbzS0XHnEprpR0vNBR3Qs2cp0e eb1Wq/c39vGdQ== Message-ID: <4d64ba01-fb1e-47ea-8364-0eaf3efd4c0e@proxel.se> Date: Fri, 6 Feb 2026 22:03:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: doc: add note that wal_level=logical doesn't set up logical replication in itself To: Florents Tselai , pgsql-hackers References: From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2/6/26 4:36 PM, Florents Tselai wrote: > Twice this week I've encountered users confusing wal_level=logical with > the actual setup of Logical Replication. > Since users often land directly on the config.html page via search engines, > they see the setting and assume enabling it is all that is required for > replication to work. > I think adding a clarification note here will prevent this (not so > uncommon) misunderstanding. With the automatic change of effective WAL level which will be added in PostgreSQL 19 I think that addition will just move the confusion to another thing. If we want this note I think we need to clarify that replica is enough since that can be automatically increased to logical when necessary. Andreas