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 1qxONN-000ZIX-UW for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 09:16:01 +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 1qxONM-00CQsJ-KS for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Oct 2023 09:16:00 +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.94.2) (envelope-from ) id 1qxONM-00CQsB-As for pgsql-hackers@lists.postgresql.org; Mon, 30 Oct 2023 09:16:00 +0000 Received: from mail-oa1-x33.google.com ([2001:4860:4864:20::33]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qxONK-0031Y9-3b for pgsql-hackers@lists.postgresql.org; Mon, 30 Oct 2023 09:15:59 +0000 Received: by mail-oa1-x33.google.com with SMTP id 586e51a60fabf-1dd1714b9b6so3002827fac.0 for ; Mon, 30 Oct 2023 02:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698657357; x=1699262157; darn=lists.postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=j2MfQ8o06obPxA4kc11gyavLQYnmmNkioav1HPqJmZs=; b=HrZlSPzLrKFBOxCuYREwrWW93tA51gwF3r4v8naHVEpj/+XuLvYDd5FH0bXOn3nvOD psQzRLrz0U4dWmVCD1y1hJFegkISmVtFKKtp2Td/ZTaBt0P+twOosEUGFnGXWdpBPTvL ao4Xn8q1U13kUu/Fgt48+eZZEw+HWyLwpW54UtAuzicC93iPE98D20bToMgH8kRxTZiV td/HrX23gFjUZ0/00tqmJifxrFJkbDRAU/v9g0+gPWzho+4gAfv4Hh6wOLIWLK9+5zMH f49+lXEayOGXvwILw6wRyDYtw15ulCkM4tUuOaxAad3IjLEsTx1PAtiDBRhlAtqufNXN AuSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698657357; x=1699262157; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=j2MfQ8o06obPxA4kc11gyavLQYnmmNkioav1HPqJmZs=; b=xSOBc2MyEilKVmpgIkSsX7BAQ7AowMbtqt90WdqT7ucAHDzLgnZoA5t8wesO1gPOdz ZdocfkiLqeH4TGUW/AsypEAFdZ6EbmB9BlXk1ETgvT+vgILpdv8bvWU44N2KrpEQrVzQ yaDQIZPhJ/sbumL6fp7FsaGdtGw/M56Reo9b269Mt27GMvmuYYN9d7HFjEUYigdRDkCq bhope3YIsLJ9cnNlMBvAH+jzM5gP2Zi3cO0PL8q9XaDba4SEvTx3zTb61+K1SuxFLnLl hgH6PzZKmu50tAhPtXCTcp3wKBn8BEHryjx2k99v02yj4pTrSu4gMmIG5uUhx3hBrIm6 oYuA== X-Gm-Message-State: AOJu0YxNjOpibveHfrtAuBwCYjph6o6MSDdb3YVV+eS4a/VqcoI2D9xa 2onesC0ZTQdtSwuXMgGAGU5mffFUv+4t8t71l3w= X-Google-Smtp-Source: AGHT+IGif/jAa/3wa4SomdN/m2d+sP9hSUrEdzUs67jcq1Z/DZ1xdpSx+vh7XmbCR0yUAs8aFwn/ZaQECkqy/gwGS6A= X-Received: by 2002:a05:6871:470c:b0:1ef:fa20:3812 with SMTP id py12-20020a056871470c00b001effa203812mr263956oab.13.1698657357171; Mon, 30 Oct 2023 02:15:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Amit Kapila Date: Mon, 30 Oct 2023 14:45:44 +0530 Message-ID: Subject: Re: PGDOCS - add more links in the pub/sub reference pages To: Peter Smith Cc: PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Oct 16, 2023 at 6:15=E2=80=AFAM Peter Smith = wrote: > > Thanks for pushing the 0001 patch! I am unsure what the decision was > for the remaining patches, but anyway, here they are again (rebased). > To keep the link names the same in logical replication-related commands, I have pushed your patch. --=20 With Regards, Amit Kapila.