Fwd: Which file does the SELECT?

Поиск
Список
Период
Сортировка
От Vaibhav Kaushal
Тема Fwd: Which file does the SELECT?
Дата
Msg-id AANLkTi=HMev3zhRRf9bHch_49U5iX5uYFHM71-8woD8j@mail.gmail.com
обсуждение исходный текст
Ответ на Which file does the SELECT?  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Список pgsql-hackers


---------- Forwarded message ----------
From: Vaibhav Kaushal <vaibhavkaushal123@gmail.com>
Date: Tue, Nov 9, 2010 at 8:24 AM
Subject: Re: [HACKERS] Which file does the SELECT?
To: Dimitri Fontaine <dimitri@2ndquadrant.fr>


I have started with the work and am using Eclipse and it helps quite a lot. I can find the declarations quite easily. Thanks to open Source.

BTW, I am encountering too many (just too many) data types as I try to understand the backend (specifically the executor). I do think that its normal because the executor has to consider almost everything that the other parts of the DB can possibly command it to do.

Is there some documentation available on the data types / structures which are in use at the backend?

-Vaibhav (*_*)


On Wed, Oct 13, 2010 at 1:20 AM, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote:
David Fetter <david@fetter.org> writes:

> On Mon, Oct 11, 2010 at 04:14:04PM +0530, Vaibhav Kaushal wrote:
>> Is there something like that in Kdevelop? I dont use CLI editors much.
>
> KDevelop is listed as one of the editors that support ctags.

I've just developed some code for the backend and used cscope (from
Emacs directly) which is excellent.

 http://cscope.sourceforge.net/
 http://kscope.sourceforge.net/
 http://www.ziplink.net/~felaco/cbrowser/

Unfortunately the KDE GUI for it seems unmaintained now.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)
Следующее
От: Vaibhav Kaushal
Дата:
Сообщение: Fwd: Which file does the SELECT?