Re: Guide to PostgreSQL source tree - Mailing list pgsql-hackers

From Neil Padgett
Subject Re: Guide to PostgreSQL source tree
Date
Msg-id Pine.LNX.4.33.0108191305590.20603-100000@lacrosse.corp.redhat.com
Whole thread Raw
In response to Re: Guide to PostgreSQL source tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Guide to PostgreSQL source tree
List pgsql-hackers
On Sun, 19 Aug 2001, Tom Lane wrote:
> One thing that I find absolutely essential for dealing with any large
> project is a full-text indexer (I use Glimpse, but I think there are
> others out there).  Being able to quickly look at every use of a
> particular identifier goes a long way towards answering questions.

Agreed -- you can't find your way around PostgreSQL without such a
program.  Personally, I use Source Navigator which you can grab at
http://sources.redhat.com/sourcenav/ . The really useful thing about
source navigator is that it parses the source into functions, variables,
etc. rather than just indexing it all as text. This means when you are
looking at a source file with it, you can do neat things like click on a
function call and then see things like the declaration and a x-ref
tree. Very handy.

Neil

-- 
Neil Padgett
Red Hat Canada Ltd.                       E-Mail:  npadgett@redhat.com
2323 Yonge Street, Suite #300,
Toronto, ON  M4P 2C9



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: A fixed user id for the postgres user?
Next
From: Peter Eisentraut
Date:
Subject: Locale by default?