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 1pP8PE-0006iZ-L3 for pgsql-www@arkaria.postgresql.org; Mon, 06 Feb 2023 20:48:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pP8PD-0005KN-Iv for pgsql-www@arkaria.postgresql.org; Mon, 06 Feb 2023 20:48:03 +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 1pP6o7-0006Ps-GO for pgsql-www@lists.postgresql.org; Mon, 06 Feb 2023 19:05:39 +0000 Received: from mail-lj1-x234.google.com ([2a00:1450:4864:20::234]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pP6o4-0004Xg-7w for pgsql-www@postgresql.org; Mon, 06 Feb 2023 19:05:39 +0000 Received: by mail-lj1-x234.google.com with SMTP id x29so13156038ljq.0 for ; Mon, 06 Feb 2023 11:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=e86YqTGDcqFastGg4xJitqKrKjXfZwTT8n34RrGANi4=; b=Y+Y4t/Bo/ImUWK1jmFR+t6p94vDIqXzxn5z30CiSxLQNyQOInfdhj39IYef7wPNgmI a3PaQGShzvSX1LBBfBlp+FD/gWCO9h8eDQugT2VXYVBmMVxP0WEewI4ABqJgAwsq7bKs 9VzjJV80+d25CYF4ifXi+VrHPD5KJZVYLoy4clOFVUtVat+LMaOYJqOTBdaT0EerFvxq z3MDLpVp9ESnaXaJQDSbgbaiozlyswPFJeQPNwqa1k3iPHCPvnf5z9eeftKt5uJXoZsF neGeGw7CcCk/ObHUJZUJsCKTbvz7kgVekP4FxqFzWVUnbO1eGYidfTrsxUy7t6fUFehL 1Qdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=e86YqTGDcqFastGg4xJitqKrKjXfZwTT8n34RrGANi4=; b=At0aqMNg0r2SpJw7SBiJipkjgmLQ8ZN8/NrWDJn0bytmM6b2aCbq7cULPRTyy4b9xV i9eqhIBoF2TUM9NiMipDYhDfP2U9uEa/f6noeUdVhntvCrY4+Uv2qFbi0j9S3F6oietG MeoHdEc2nnxXO33jUzDZMVA3JiVD0czF/hi+7WImqmHwwXlAxR79+AKOgvMZkw9ujhjO +0TdOSDnj+b7tUIBN66DDA629M4CZzCyczD8gJ2kRUE1HTMr1LX7T9K30N9ZlszOkERy CWfl/jt0LTjiuujFrw1hX4LpTqWiw+uy17KP8GoZnDnXwQKiXxG9v80wPi0JcKE+dy/H b2Rw== X-Gm-Message-State: AO0yUKWZuiGfAezhgwAtOqItCVsJ3+Ggz1T6IscVmaI9N/dXV3DOTTnK hxdkow+3pqKiTn53DrW/hA6X3N9NXr4cGCNk98nRI+tJ0meYCg== X-Google-Smtp-Source: AK7set8rxy9T5KfYHD49QCmsMUwBf02XV0qnTgW0GM0MUnBActWc+4t3t+/Kf7bLeNaG6lVZAG9r5hLRnopPO5uG2bw= X-Received: by 2002:a05:651c:2325:b0:290:6ee9:f774 with SMTP id bi37-20020a05651c232500b002906ee9f774mr35604ljb.43.1675710333667; Mon, 06 Feb 2023 11:05:33 -0800 (PST) MIME-Version: 1.0 From: Jared Brogan Date: Mon, 6 Feb 2023 13:05:22 -0600 Message-ID: Subject: Wiki editor request To: pgsql-www@postgresql.org Content-Type: multipart/alternative; boundary="0000000000002f4cc605f40cb76f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000002f4cc605f40cb76f Content-Type: text/plain; charset="UTF-8" To whom it may concern, I would like to request the ability to edit and/or have someone edit on my behalf in order to update the Quickstart section of the Apt wiki page. - https://wiki.postgresql.org/wiki/Apt During some very tedious troubleshooting while trying to install postgresql using the provided repository link, I ran into http 400 errors (`apt update` would produce these, for example). After scouring various forums, I was able to resolve the issue to my problem by simply changing http to https within the /etc/apt/sources.list.d/pgdg.list file. I'd recommend either changing that suggested command to create said file to include https. An alternative to that, since it apparently doesn't impact all machines the same way, would be to include a note below the command stating that users may need to utilize https instead if connection errors arise. Please let me know if you have any questions or concerns. Thanks, Jared Brogan --0000000000002f4cc605f40cb76f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
To whom it may concern,

I would like to= request the ability to edit and/or have someone edit on my behalf in order= to update the Quickstart section of the Apt wiki page.
  • <= a href=3D"https://wiki.postgresql.org/wiki/Apt">https://wiki.postgresql.org= /wiki/Apt

During some very tedious t= roubleshooting while trying to install postgresql using the provided reposi= tory link, I ran into http 400 errors (`apt update` would produce these, fo= r example). After scouring various forums, I was able to resolve the issue = to my problem by simply changing http to https within the /etc/apt/sources.= list.d/pgdg.list file. I'd recommend either changing that suggested com= mand to create said file to include https. An alternative to that, since it= apparently doesn't impact all machines the same way, would be to inclu= de a note below the command stating that users may need to utilize https in= stead if connection errors=C2=A0arise.

Please let = me know if you=C2=A0have any questions or concerns.

Thanks,
Jared Brogan
--0000000000002f4cc605f40cb76f--