Re: source code indexer - Mailing list pgsql-hackers

From Nigel J. Andrews
Subject Re: source code indexer
Date
Msg-id Pine.LNX.4.21.0208302345080.667-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to source code indexer  (Laurette Cisneros <laurette@nextbus.com>)
Responses Re: source code indexer
Re: source code indexer
List pgsql-hackers
On Fri, 30 Aug 2002, Laurette Cisneros wrote:

> 
> HI all,
> 
> Sorry to interrupt your busy list.
> 
> I was wondering if you could recomend a good source code db/indexer that
> could be used to search through the postgresql code?

I think I must be one of those 'old school' types. I use
find <somedir> <some spec.> | xargs grep

often followed by tags in Emacs.

It isn't perfect but then I'm not either.


-- 
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Running postgres on a read-only file system
Next
From: Ashley Cambrell
Date:
Subject: Re: tweaking MemSet() performance