Re: Postgress Doubts

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Cc: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgress Doubts
Date: 2014-07-31 15:39:20
Message-ID: 20140731153920.GA1018@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 6, 2014 at 04:29:59PM +0530, Atri Sharma wrote:
>
>
>
> On Fri, Jun 6, 2014 at 4:22 PM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com> wrote:
>
> Hello, I am Ravikiran, pursuing my third year BITS Pilani, India, I am
> doing my thesis in postgress technology,
>
> The project is about implementing new join algorithms in postgres, Since I
> am new to postgress, could you help me in which part of source code of
> postgres should be looking in postgress so that I can progress in this
> project, also are there any tools for postgress which helps me look into
> the code of postgress easily.
>
>
>
>
> You can get help from http://doxygen.postgresql.org/
>
> You can look in optimizer/path for looking at how current join paths are
> generated.

Also see the Developer FAQ:

http://wiki.postgresql.org/wiki/Developer_FAQ

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc Mamin 2014-07-31 18:34:29 Re: How can I create null value from function call with no results?
Previous Message Tom Lane 2014-07-31 14:03:00 Re: Re: User-defined operator function: what parameter type to use for uncast character string?