Problem: Relation Variable

From: NK <noc100(at)yahoo(dot)gr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Problem: Relation Variable
Date: 2003-12-07 19:13:13
Message-ID: 20031207191313.5130.qmail@web40005.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:22:39 Help!:Convert String to relation variable
Previous Message Manfred Spraul 2003-12-07 17:19:26 Re: Double linked list with one pointer