> 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.