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 1wAzvN-000djI-1V for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 00:40:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wAzvK-008Q0p-20 for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 00:40:39 +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.96) (envelope-from ) id 1wAzvK-008Q0h-0l for pgsql-hackers@lists.postgresql.org; Fri, 10 Apr 2026 00:40:39 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wAzvJ-00000000GjG-09MN for pgsql-hackers@lists.postgresql.org; Fri, 10 Apr 2026 00:40:38 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 9FE395BF766 for ; Fri, 10 Apr 2026 02:40:35 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 8F3E35C0341; Fri, 10 Apr 2026 02:40:35 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 8CCC310BC3A0; Fri, 10 Apr 2026 02:40:35 +0200 (CEST) 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: s472.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s980.loopia.se ([172.22.191.5]) by localhost (s472.loopia.se [172.22.190.12]) (amavis, port 10024) with LMTP id OOdTmbUHo8NA; Fri, 10 Apr 2026 02:40:35 +0200 (CEST) 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 F2F9322015EA; Fri, 10 Apr 2026 02:40:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1775781635; bh=8MHrivbeW0cLkoZ5XBadMkKw+BiSTHmj+03zn9TdTbQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=p3T9Wk4hjFQZKEevChJuu1lcrqL3vJIr687iDgb9yVeBci9QVZInVH0UAm5OanpNw mPVX3UzRz+x9YJ1CQmN9gea4l6Ap2ReERbDYJBWtJoa0km3/pG50ZahW2gvHNM78qw c57z7qkh8hzx4NqTgnJULCVqrkBiIEZy80SY1SCRQJiIEtEHnSKUIPj/MwbZ2QOIis Tp7uzpxC4iccGiUAnnbtXqQWYJQsHBSJ4+6i45tj56xTKpakAsofJnefFXYwtMudVs ClQMuqn5T9QxojluKiDzhomh56Kyf+Yh69EHF3KRWrsS5jwXAzcyJHxggwf6W9UoyB 6eV0kNj2vDw6w== Message-ID: <20cde50b-fc2f-4eef-a295-07b70bc501dd@proxel.se> Date: Fri, 10 Apr 2026 02:40:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: DOCS - Add introductory paragraph to Getting Started chapter To: Dapeng Wang Cc: pgsql-hackers@lists.postgresql.org References: <1c36b321-63b8-4fa5-8e59-ca535cb0c31a@proxel.se> 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 4/10/26 2:36 AM, Dapeng Wang wrote: > Thanks Andreas! Noted - I didn't have the original thread > in my mailbox at the time, but I'm subscribed now so future > replies will thread properly. I see! Then the general recommendation is to use the re-send email button in our mailing list archives. I know it was buggy some time ago but I think it has been fixed now. Andreas