Re: B tree index || function information - Mailing list pgsql-novice

From Luca Ferrari
Subject Re: B tree index || function information
Date
Msg-id CAKoxK+4rrOgvh86+U_VGtGNq+VJad50kxcjz9D4xGaAY87DDMA@mail.gmail.com
Whole thread Raw
In response to B tree index || function information  (Rohit Goyal <rhtgyl.87@gmail.com>)
Responses Re: B tree index || function information
List pgsql-novice
On Tue, Nov 19, 2013 at 9:53 AM, Rohit Goyal <rhtgyl.87@gmail.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


pgsql-novice by date:

Previous
From: Amit Langote
Date:
Subject: Re: B tree index || function information
Next
From: Rohit Goyal
Date:
Subject: Re: B tree index || function information