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/FAQ_DEV | |
parent | 322d65c1a64b2e28b20bf79fb247d5c5e549ce4a (diff) | |
download | postgresql-3c73f94a5ecb534e54424bfaa227274f05363bbb.tar.gz postgresql-3c73f94a5ecb534e54424bfaa227274f05363bbb.zip |
update developers faq
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index aa543d2224d..31b27ee73ec 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -69,9 +69,14 @@ s back out twice to return to the original function. Most editors support this via tags or etags files. - Third, you need to get mkid from ftp.postgresql.org. By running - tools/make_mkid, an archive of source symbols can be created that can - be rapidly queried like grep or edited. Others prefer glimpse. + Third, you need to get id-utils from: + ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz + ftp://tug.org/gnu/id-utils-3.2d.tar.gz + ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz + + By running tools/make_mkid, an archive of source symbols can be + created that can be rapidly queried like grep or edited. Others prefer + glimpse. make_diff has tools to create patch diff files that can be applied to the distribution. |