Re: Relation name stored in Postgres

From: Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Relation name stored in Postgres
Date: 2015-04-02 14:29:08
Message-ID: CAOh57xEsTMxTnvk7TCD54Ci-oSeFumkY38=hf7AnSWWU9aE3ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Also, could you tell me during which stage(whether parser,optimizer or
executor) does the table name gets stored, and if possible could you tell
me which program specifically does that.

On Thu, Apr 2, 2015 at 7:56 PM, Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com> wrote:

> Hi,
> Thank you Sir.
> Also, could you tell me during which stage(whether parser,optimizer or
> executor) does the table name gets stored, and if possible could you tell
> me which program specifically does that.
>
> Thank you.
>
> On Thu, Apr 2, 2015 at 7:32 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
> wrote:
>
>> Hi
>>
>> it is in system catalog - table pg_class, column relname
>>
>> Regards
>>
>> Pavel Stehule
>>
>>
>> 2015-04-02 15:52 GMT+02:00 Ravi Kiran <ravi(dot)kolanpaka(at)gmail(dot)com>:
>>
>>> Hi,
>>>
>>> I want to know how the relation name is stored in postgres, In which
>>> part of the postgres source code could I find the relation name being
>>> stored.
>>>
>>> Thank you
>>>
>>> --
>>> Regards,
>>>
>>> K.Ravikiran
>>>
>>>
>>
>
>
> --
> Regards,
>
> K.Ravikiran
>
>

--
Regards,

K.Ravikiran

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2015-04-02 14:43:36 Re: Relation name stored in Postgres
Previous Message Ravi Kiran 2015-04-02 14:26:47 Re: Relation name stored in Postgres