Re: documentation structure - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: documentation structure
Date
Msg-id CADkLM=eohgf7TjMRccP+k37+vvcmbi+iRQHQX-ubqtFZYsd6cA@mail.gmail.com
Whole thread Raw
In response to Re: documentation structure  (Bruce Momjian <bruce@momjian.us>)
Responses Re: documentation structure
List pgsql-hackers
> This sounds to me like it would be a painful exercise with not a
> lot of benefit in the end.

Maybe we could _verify_ the contents of func.sgml against pg_proc.

All of the functions redefined in catalog/system_functions.sql complicate using pg_proc.dat as a doc generator or source of validation. We'd probably do better to validate against a live instance, and even then the benefit wouldn't be great.

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Next
From: wenhui qiu
Date:
Subject: Re: allow changing autovacuum_max_workers without restarting