Is there anyway to get list of table name, before raw parser is analyze?

From: Mohammad Heykal Abdillah <heykal(dot)abdillah(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Is there anyway to get list of table name, before raw parser is analyze?
Date: 2010-05-30 03:38:35
Message-ID: 1275190715.13256.19.camel@claudia
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Right now i am trying to understand how SQL parser is work.

My question is there anyway to get list of table name and its atribut
before raw parser is analyze?

Because i like to understand how PostgreSQL "break-down" the asterik at
target list, specialy in "natural join" case where PostgreSQL can give
query result that have unabigous attribut and match the right join key.

Thank You.

--
Mohammad Heykal Abdillah <heykal(dot)abdillah(at)gmail(dot)com>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-05-30 03:40:46 Re: small exclusion constraints patch
Previous Message Robert Haas 2010-05-30 03:12:00 Re: PG 9.0 release timetable