Re: Relation name stored in Postgres - Mailing list pgsql-general

From Ravi Kiran
Subject Re: Relation name stored in Postgres
Date
Msg-id CAOh57xEsTMxTnvk7TCD54Ci-oSeFumkY38=hf7AnSWWU9aE3ew@mail.gmail.com
Whole thread Raw
In response to Re: Relation name stored in Postgres  (Ravi Kiran <ravi.kolanpaka@gmail.com>)
List 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.kolanpaka@gmail.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.stehule@gmail.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.kolanpaka@gmail.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

pgsql-general by date:

Previous
From: Ravi Kiran
Date:
Subject: Re: Relation name stored in Postgres
Next
From: Pavel Stehule
Date:
Subject: Re: Relation name stored in Postgres