Help!:Convert String to relation variable

Поиск
Список
Период
Сортировка
От NK
Тема Help!:Convert String to relation variable
Дата
Msg-id 20031207192239.25047.qmail@web40020.mail.yahoo.com
обсуждение исходный текст
Список pgsql-hackers
Dear Friends,
 
I am trying to modify the parser of the postgresql so as to print all the columns of a table (or to put them in a seperate file) when the parser meets an Insert Statement.
During the parsing, i can have the relation name  ( type: char *) but i cant find the way to get from the name ("mytable1") a reference to my table (a variable of type Relation).
Could you please suggest me the appropriate function or the way to succed this?
 
Thank You In advance
 
NK



Do You Yahoo!?
Αποκτήστε την δωρεάν σας @yahoo.gr διεύθυνση στο Yahoo! Mail.

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

Предыдущее
От: Manfred Spraul
Дата:
Сообщение: Re: Double linked list with one pointer
Следующее
От: NK
Дата:
Сообщение: Help!:Convert String to relation variable