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

Поиск
Список
Период
Сортировка
От Mohammad Heykal Abdillah
Тема Is there anyway to get list of table name, before raw parser is analyze?
Дата
Msg-id 1275190715.13256.19.camel@claudia
обсуждение исходный текст
Ответы Re: Is there anyway to get list of table name, before raw parser is analyze?  (Andrew Dunstan <andrew@dunslane.net>)
Список 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.abdillah@gmail.com>



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PG 9.0 release timetable
Следующее
От: Tom Lane
Дата:
Сообщение: Re: small exclusion constraints patch