From: Mori Bellamy [mailto:mori(at)invoked(dot)net]
> I'd like a few features when developing postgres -- (1) jump to definition
> of symbol (2) find references to symbol and (3) semantic autocompletion.
For 1), you can generate tags like:
[for vi]
$ src/tools/make_ctags
[for Emacs]
$ src/tools/make_etags
Cscope works for 2).
Regards
Takayuki Tsunakawa