Re: B tree index || function information

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: B tree index || function information
Date: 2013-11-20 07:22:42
Message-ID: CAKoxK+4rrOgvh86+U_VGtGNq+VJad50kxcjz9D4xGaAY87DDMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Nov 19, 2013 at 9:53 AM, Rohit Goyal <rhtgyl(dot)87(at)gmail(dot)com> wrote:

> For example, if I insert a anew row into a table, then a new row in index
> will be inserted. I would like to know the sequential flow of functions or
> files called to insert data into a btree.

So are you going to ask this over and over again?
Have you searched the mailing list archives for something similar?
Did you have a lok at the documentation?
Did you read the READMEs in the source tree as I suggested?
Have you tried to lookup the source code by yourself?

And as I suggested, if your aim is to walk the source code, this is
not the right mailing list.
Oh, and by the way, it is not correct that inserting a table in a row
will _always_ put a row in an index.

Luca

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rohit Goyal 2013-11-20 15:11:43 Re: B tree index || function information
Previous Message Amit Langote 2013-11-20 04:55:35 Re: B tree index || function information