Re: A minor bug in doc. Hovering over heading shows # besides it.
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Muhammad Ikram <mmikram@gmail.com>
Cc: "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2024-07-18T05:06:05Z
Lists: pgsql-docs
On Wednesday, July 17, 2024, Muhammad Ikram <mmikram@gmail.com> wrote: > > Hi, > > On page > > https://www.postgresql.org/docs/devel/ddl-basics.html > > 5.1. Table Basics # <https://www.postgresql.org/docs/devel/ddl-basics.html#DDL-BASICS> > > when we hover over Table Basics, it shows # sign postfixed. I think it needs to be removed > > > That is telling you that this location on the page contains an anchor. If you click it your URL changes to include an anchor reference taking you directly to that spot. https://www.postgresql.org/docs/current/ddl-basics.html#DDL-BASICS David J.