Re: Guide to PostgreSQL source tree

Поиск
Список
Период
Сортировка
От Neil Padgett
Тема Re: Guide to PostgreSQL source tree
Дата
Msg-id Pine.LNX.4.33.0108191305590.20603-100000@lacrosse.corp.redhat.com
обсуждение исходный текст
Ответ на Re: Guide to PostgreSQL source tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Guide to PostgreSQL source tree  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: A fixed user id for the postgres user?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Locale by default?