Postgres dataclips extension

November 24, 2013 ยท View on GitHub

Status: development stalled; intent to resume

This is not yet functional, but the idea would be to be able to query existing dataclips via a function and via FDW.

select dt.* 
from dataclip("gqhkylscctbsgrohaythgdmlfcnn") 
  as dt(name text, data json, active boolean);
where dt.active = 't';