Implementing delete in columnar store fdw

From: sri harsha <sriharsha9992(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Implementing delete in columnar store fdw
Date: 2017-03-21 08:43:13
Message-ID: CAP6OGLEOasvLVWDZpHgcUjjW7+LQgS1hWSYdmTTMQyd7-h=FeA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

I want to implement delete functionality for a column store fdw in
postgres. It is similar to file_fdw. I want to use the
“AddForeignUpdateTargets” function to implement this , but the junk filter
shouldn’t be a column present in the table . Is it possible to add a
Expr/Var to the junk filter that is not present in the schema of the table
, that i will generate on the fly ??

If yes, how can i do that ?? Thanks in advance.

Regards,
Sri Harsha

Browse pgsql-hackers by date

  From Date Subject
Next Message Anastasia Lubennikova 2017-03-21 08:49:02 Re: [PATCH]: fix bug in SP-GiST box_ops
Previous Message Hari Krishnan 2017-03-21 08:36:13 Implementing delete in columnar store fdw