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 1refkG-00Ckhe-Tf for pgsql-hackers@arkaria.postgresql.org; Mon, 26 Feb 2024 18:30:33 +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 1refkE-00FuaZ-LN for pgsql-hackers@arkaria.postgresql.org; Mon, 26 Feb 2024 18:30:31 +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 1refkE-00FuaR-9j for pgsql-hackers@lists.postgresql.org; Mon, 26 Feb 2024 18:30:30 +0000 Received: from mail-io1-xd36.google.com ([2607:f8b0:4864:20::d36]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1refk7-001GYx-Nw for pgsql-hackers@postgresql.org; Mon, 26 Feb 2024 18:30:29 +0000 Received: by mail-io1-xd36.google.com with SMTP id ca18e2360f4ac-7bf7e37dc60so197913939f.3 for ; Mon, 26 Feb 2024 10:30:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708972224; x=1709577024; darn=postgresql.org; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=F5Va9uacJswbAUkAIcJvE9TMK4DermVPtxpqmgicxmA=; b=PMSY5544dfyIeZYXREPILvp3Ij2IXwBvh+awglnSTpQlsGf4SOVwYsUbPF+MjppchO 0ok+1LDTaGi4Etqr7On4YIakxz6c80EWbN5bBhTKYCshdIzDUKgCNvXZkJVknoRfsluQ jo6g5Ij1TbfLgv2D7nfjK4GM8mHldCAPAz5YPiwu4zg45TqEgr+eCkjxrNgkHDp5nx85 1NJUFrOCvqji8ar8+TByHQCveKcG/ISJ4d2EtmsFm6Y08JHEnLm+9SVrvuN8hh0cT8rs mhHXqAxlt40EmSjnYOvfHZfNPl98+gaAEjoGizDmir9SL96LiX9yqQWR/TFHluGqcY0j Z3Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708972224; x=1709577024; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=F5Va9uacJswbAUkAIcJvE9TMK4DermVPtxpqmgicxmA=; b=YAuOzCKwNEw/P1GuTy9LXRqtG5eXaDdZ/KbFR4vw+XiFKM/E1EAT/HNi4UwROaLQ6/ IlRvPsgTTrerQs8w9GM3KsWyV+nlJKUiMCHN5JmJMjGi7oK4GDw8quiRyeqEj990m/W9 KQ+fitIdqzGkx+UBEukJ/3wsN7VznCSSFwXIjQn5JG6k3zjQum/Lsqga49clrICiy1z9 TrTyA9KoZQ4kIcBWK8Eld5qxzp44MglXFJdwGt8RjUIzgT9lJxdlhI23jpV4YYcGeqI8 KU93+M8HM5oGmtA2wj5KvjyGan8ef0uFik7rV21kXfkkJs/aqFANL5gCs15Oja24YPIH QCiQ== X-Gm-Message-State: AOJu0YzQs1YeM9/wyMGKtsxgRl9daIaTL1smDKbNaU14nLPTVZ+WGaZF TWnw/Q23slP0PphUeGThqq/sisJGnx7GTivl0kwxKddXVA4bPEIy1DXd3q0H X-Google-Smtp-Source: AGHT+IFXUr+tIiL1Sdkoxb7WsuBYCH5l/pm4+ezRCi84Vz2b6Jva5CMgG5iXvtlayKdAtfzljJ5uBw== X-Received: by 2002:a6b:ec08:0:b0:7c7:968b:25b5 with SMTP id c8-20020a6bec08000000b007c7968b25b5mr9056410ioh.3.1708972224131; Mon, 26 Feb 2024 10:30:24 -0800 (PST) Received: from nathanxps13 (162-195-168-172.lightspeed.stlsmo.sbcglobal.net. [162.195.168.172]) by smtp.gmail.com with ESMTPSA id fn25-20020a056638641900b004747e761d2bsm963488jab.101.2024.02.26.10.30.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Feb 2024 10:30:23 -0800 (PST) Date: Mon, 26 Feb 2024 12:30:18 -0600 From: Nathan Bossart To: Andrew Atkinson Cc: pgsql-hackers@postgresql.org, samay@tembo.io Subject: Re: An improved README experience for PostgreSQL Message-ID: <20240226183018.GA2109010@nathanxps13> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Feb 26, 2024 at 11:31:19AM -0600, Andrew Atkinson wrote: > Hello Hackers. We’re proposing an improved README for PostgreSQL that > includes more helpful links for prospective PostgreSQL contributors and has > a nicer presentation. > > Although development does not take place on GitHub or GitLab for > PostgreSQL, many developers might view the PostgreSQL source code using one > of those mirrors (I do myself). Since both support Markdown files, a > Markdown version of the README (as README.md) gets presentational benefits > that I think are helpful. I think this would be nice. If the Markdown version is reasonably readable as plain-text, maybe we could avoid maintaining two READMEs files, too. But overall, +1 to modernizing the README a bit. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com