How do I get the name of the relation on which FDW has been called?

From: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: How do I get the name of the relation on which FDW has been called?
Date: 2012-05-30 10:49:53
Message-ID: CAOeZVieYB97XkopLtb6TtK6=vnyYw+TOKxXFHtphcr1hOs65oA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

SELECT * FROM table1;

If,for above command,fdw1 is invoked,how do I get the name/Oid of the
table(i.e. table1) in fdw1?

Atri

--
Regards,

Atri
l'apprenant

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-05-30 11:10:55 Re: slow dropping of tables, DropRelFileNodeBuffers, tas
Previous Message Alexander Korotkov 2012-05-30 09:32:42 Re: Bug in new buffering GiST build code