Skip to content

Open sourcing the website generation code

Would it be possible to open source the code of this repository, that is, the code used behind the website postgresqlco.nf?

This is a very useful resource, and it would be great if others are also allowed to contribute to it. For example, I was looking at the documentation of compute_query_id and noticed that the extension name "pgstatstatements" is misspelled on that page [1]; it should be "pg_stat_statements". I was surprised to see that there was no easy way to simply propose a code change, since the code isn't available.

It's obvious that this website takes the source from official Postgres documentation to generate its content. So if the code of the website were available, I could easily see where the parsing of the official SGML is screwing up and removing the underscores.

May I also suggest that the Gitlab and Github links in the footer of the pages point directly to this repository/project. I ask this because currently those logos/icons point to the top-level company URLS, hence it was tedious for me to fins out exactly where to look for the source of the website; I almost gave up.

[1]: compute_query_id docs https://postgresqlco.nf/doc/en/param/compute_query_id/14/

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information