BUG #19585: Trivial bug - anchor tag points to wrong book

Started by PG Bug reporting form26 days ago3 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 19585
Logged by: Agron Metaj
Email address: agron-metaj@hotmail.com
PostgreSQL version: Unsupported/Unknown
Operating system: Linux - Firefox
Description:

Under books on your website
<a href="https://leanpub.com/deep-dive-into-a-sql-query&quot;&gt;
<img class="bookcover" src="/media/img/empty.png"
alt="PostgreSQL Mistakes and How to Avoid Them"
style="background-position-x: -262px">
</a>

#2Daniel Gustafsson
daniel@yesql.se
In reply to: PG Bug reporting form (#1)
Re: BUG #19585: Trivial bug - anchor tag points to wrong book

On 29 Jul 2026, at 08:06, PG Bug reporting form <noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 19585
Logged by: Agron Metaj
Email address: agron-metaj@hotmail.com
PostgreSQL version: Unsupported/Unknown
Operating system: Linux - Firefox
Description:

Under books on your website
<a href="https://leanpub.com/deep-dive-into-a-sql-query&quot;&gt;
<img class="bookcover" src="/media/img/empty.png"
alt="PostgreSQL Mistakes and How to Avoid Them"
style="background-position-x: -262px">
</a>

Thanks for the report, it seems that 5ba487cf5f0b2be8e1 left a bit of debugging
code in place.

--
Daniel Gustafsson

#3Daniel Gustafsson
daniel@yesql.se
In reply to: Daniel Gustafsson (#2)
Re: BUG #19585: Trivial bug - anchor tag points to wrong book

On 29 Jul 2026, at 14:30, Daniel Gustafsson <daniel@yesql.se> wrote:

On 29 Jul 2026, at 08:06, PG Bug reporting form <noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 19585
Logged by: Agron Metaj
Email address: agron-metaj@hotmail.com
PostgreSQL version: Unsupported/Unknown
Operating system: Linux - Firefox
Description:

Under books on your website
<a href="https://leanpub.com/deep-dive-into-a-sql-query&quot;&gt;
<img class="bookcover" src="/media/img/empty.png"
alt="PostgreSQL Mistakes and How to Avoid Them"
style="background-position-x: -262px">
</a>

Thanks for the report, it seems that 5ba487cf5f0b2be8e1 left a bit of debugging
code in place.

Fixed, reloading the page should give you the right URLs.

--
Daniel Gustafsson