Opened 3 hours ago

Last modified 2 hours ago

#36227 new Bug

Outdated gin/gist links to Postgres documentation

Reported by: Russ Ferriday Owned by:
Component: Documentation Version: dev
Severity: Normal Keywords: postgresql
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

In the paragraph in the latest (and earlier) docs:

https://docs.djangoproject.com/en/dev/ref/contrib/postgres/indexes/#django.contrib.postgres.indexes.GinIndex

the built-in operator classes reference points at

https://www.postgresql.org/docs/current/gin-builtin-opclasses.html

But the Postgres docs have been reorganised and this link gives "Page not found"

I suggest the following new url, but please check me.

https://www.postgresql.org/docs/17/gin.html#GIN-BUILTIN-OPCLASSES

Whether you replace 17 with current depends on how much you think the structure of the PG docs will change.

There are likely to be similar dangling references around this area

Change History (1)

Note: See TracTickets for help on using tickets.
Back to Top