Help!:Convert String to relation variable

From: NK <noc100(at)yahoo(dot)gr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Help!:Convert String to relation variable
Date: 2003-12-07 19:22:52
Message-ID: 20031207192252.99795.qmail@web40017.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
noc100(at)yahoo(dot)gr

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

Browse pgsql-hackers by date

  From Date Subject
Next Message NK 2003-12-07 19:25:06 Parser Modification Problem: Get the columns of a Table
Previous Message NK 2003-12-07 19:22:39 Help!:Convert String to relation variable