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 1vhdaS-003BNJ-0g for pgsql-docs@arkaria.postgresql.org; Mon, 19 Jan 2026 00:57:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vhdaP-00B7dL-0G for pgsql-docs@arkaria.postgresql.org; Mon, 19 Jan 2026 00:57:41 +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 1vhdaO-00B7dA-2M for pgsql-docs@lists.postgresql.org; Mon, 19 Jan 2026 00:57:41 +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.96) (envelope-from ) id 1vhdaM-001FWh-1n for pgsql-docs@lists.postgresql.org; Mon, 19 Jan 2026 00:57:40 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 1D388518CBC for ; Mon, 19 Jan 2026 01:57:37 +0100 (CET) Received: from s981.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id EE81C519211; Mon, 19 Jan 2026 01:57:36 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s981.loopia.se (Postfix) with ESMTP id ECD7122B1656; Mon, 19 Jan 2026 01:57:36 +0100 (CET) X-Virus-Scanned: amavisd-new 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: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=proxel.se Received: from s899.loopia.se ([172.22.191.5]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with LMTP id fWRxVsfhoYgp; Mon, 19 Jan 2026 01:57:36 +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 s899.loopia.se (Postfix) with ESMTPSA id 5B8D52C8B915; Mon, 19 Jan 2026 01:57:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1768784256; bh=q/K4CFb7pj5vzKyQ70gXQhvcljpDW/L89Dp5c9em9QU=; h=Date:Subject:To:References:From:In-Reply-To; b=XrV2xrcT6AqiaTlRCuI074lErMHJoEVtDG6amUDUU6xEOdJOsZzsXFhnAdmE2i9ST 414mIkqePk3ryAynvC0JwT2VdoyBicwrmxa2kaWTPmHG2DWj7cdB7DwcWyexIsGHH5 3gpCaeLksEWXgL8xb7+fw9lYuda7mCwl0gtdXWmOr6yDLDioCK5NOgtqW0DSL+DObM TiPWzHHSOQbXEWlkIeDbJ07qDSBuoXhHbENLUzvuqY9ZQM2kCisNgwpBnr0gS4T+YO 7qAnCWgB1T43wi/jOttghHw8EVgP4bWXKGmUJ252lBWqiOv09hJI8I+V8Et37z4i9d HlJlrnzg1R00w== Message-ID: <2658b059-b3a9-44e3-b75a-77fc117c2e95@proxel.se> Date: Mon, 19 Jan 2026 01:57:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Large elephant To: Nick Canale , pgsql-docs@lists.postgresql.org References: From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 1/16/26 10:10 PM, Nick Canale wrote: > Hello all, is there a way to prevent the postgres logo from being so > aggressive in the embedded previews when you send links to people on, > say, slack? example: image.png > If the in-line image doesn't work: https://imgur.com/a/1tPmsUl imgur.com/a/1tPmsUl> I have been annoyed at the same thing but for the mailing list. :) The image should come from the OpenGraph metadata[1], and you could like either use a smaller image for that or set og:image:width to try to make the image smaller but I have not had time to play around with it yet to see what works. 1. https://ogp.me/ Andreas