[DOCS] Doc reference of contrib modules

2011-01-24 Thread Bruce Momjian
Now that our /contrib documentation is in our SGML manual, I want to update our docs to link to the actual contrib module documentation, rather than just referencing contrib/module_name. We used to have to do that when we only had READMEs, but now we can do better. Patch attached, and I have a gi

Re: [DOCS] Doc reference of contrib modules

2011-01-24 Thread Tom Lane
Bruce Momjian writes: > Now that our /contrib documentation is in our SGML manual, I want to > update our docs to link to the actual contrib module documentation, > rather than just referencing contrib/module_name. We used to have to do > that when we only had READMEs, but now we can do better.

Re: [DOCS] Doc reference of contrib modules

2011-01-24 Thread Bruce Momjian
[ repost with compressed diff] Tom Lane wrote: > Bruce Momjian writes: > > Now that our /contrib documentation is in our SGML manual, I want to > > update our docs to link to the actual contrib module documentation, > > rather than just referencing contrib/module_name. We used to have to do > >

Re: [DOCS] Doc reference of contrib modules

2011-01-24 Thread Josh Kupershmidt
On Mon, Jan 24, 2011 at 10:33 PM, Bruce Momjian wrote: > Suggestions? For this bit: *** 686,693 AS t1(proname name, prosrc text) WHERE proname LIKE 'bytea%'; ! The dblink function executes a remote query (see ! contrib/dblink). It is declared to return rec