diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-10 02:05:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-10 02:05:26 +0000 |
commit | 3c73f94a5ecb534e54424bfaa227274f05363bbb (patch) | |
tree | 5b8aea92cf39daa5802596f0535dec93225722b1 /doc/src/FAQ_DEV.html | |
parent | 322d65c1a64b2e28b20bf79fb247d5c5e549ce4a (diff) | |
download | postgresql-3c73f94a5ecb534e54424bfaa227274f05363bbb.tar.gz postgresql-3c73f94a5ecb534e54424bfaa227274f05363bbb.zip |
update developers faq
Diffstat (limited to 'doc/src/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ_DEV.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/src/FAQ_DEV.html b/doc/src/FAQ_DEV.html index 440c3f8c435..ba60c157c21 100644 --- a/doc/src/FAQ_DEV.html +++ b/doc/src/FAQ_DEV.html @@ -87,10 +87,16 @@ out twice to return to the original function. Most editors support this via <I>tags</I> or <I>etags</I> files.<P> -Third, you need to get <I>mkid</I> from ftp.postgresql.org. By running -<I>tools/make_mkid</I>, an archive of source symbols can be created that -can be rapidly queried like <I>grep</I> or edited. Others prefer -<I>glimpse.</I><P> +Third, you need to get <I>id-utils</I> from: +<pre> + <a href="ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz">ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz</a> + <a href="ftp://tug.org/gnu/id-utils-3.2d.tar.gz">ftp://tug.org/gnu/id-utils-3.2d.tar.gz</a> + <a href="ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz">ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz</a> +</pre> + +By running <I>tools/make_mkid</I>, an archive of source symbols can be +created that can be rapidly queried like <I>grep</I> or edited. Others +prefer <I>glimpse.</I><P> <I>make_diff</I> has tools to create patch diff files that can be |