public inbox for [email protected]
help / color / mirror / Atom feedLarge elephant
3+ messages / 2 participants
[nested] [flat]
* Large elephant
@ 2026-01-16 21:10 Nick Canale <[email protected]>
0 siblings, 1 reply; 3+ messages in thread
From: Nick Canale @ 2026-01-16 21:10 UTC (permalink / raw)
To: [email protected]
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: image.png]
If the in-line image doesn't work: https://imgur.com/a/1tPmsUl
Attachments:
[image/png] image.png (99.9K, ../../CAD6aVkspNNiU9b04OUJaoDOOYh7vsqGza51sfCW0GNnTpFU_Vg@mail.gmail.com/3-image.png)
download | view image
^ permalink raw reply [nested|flat] 3+ messages in thread
* Large elephant
@ 2026-01-16 21:19 Nick Canale <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Nick Canale @ 2026-01-16 21:19 UTC (permalink / raw)
To: [email protected]
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:
https://imgur.com/a/1tPmsUl
^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: Large elephant
@ 2026-01-19 00:57 Andreas Karlsson <[email protected]>
parent: Nick Canale <[email protected]>
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Karlsson @ 2026-01-19 00:57 UTC (permalink / raw)
To: Nick Canale <[email protected]>; [email protected]
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 <https://
> 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.
<meta property="og:url"
content="https://www.postgresql.org/docs/18/functions-math.html"; />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2025-11-13T14:11:36" />
<meta property="og:image"
content="https://www.postgresql.org/media/img/about/press/elephant.png"; />
<meta property="og:title" content="9.3. Mathematical Functions and
Operators" />
<meta property="og:description" content="9.3.&nbsp;Mathematical
Functions and Operators # Mathematical operators are provided for many
PostgreSQL types. For types without standard mathematical conventions
(e.g., …" />
<meta property="og:site_name" content="PostgreSQL Documentation" />
1. https://ogp.me/
Andreas
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2026-01-19 00:57 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-01-16 21:10 Large elephant Nick Canale <[email protected]>
2026-01-19 00:57 ` Andreas Karlsson <[email protected]>
2026-01-16 21:19 Large elephant Nick Canale <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox