Implementing delete in columnar store fdw

From: Hari Krishnan <harikrishnanprabakaran(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Implementing delete in columnar store fdw
Date: 2017-03-21 08:36:13
Message-ID: 3BF3C26A-5E69-47E3-91BE-DEA42E74C22D@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,
Harikrishnan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message sri harsha 2017-03-21 08:43:13 Implementing delete in columnar store fdw
Previous Message Amit Kapila 2017-03-21 08:24:57 Re: segfault in hot standby for hash indexes