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