[Pljava-dev] Jar FDW?

From: bgiles at coyotesong(dot)com (Bear Giles)
To:
Subject: [Pljava-dev] Jar FDW?
Date: 2015-08-09 16:50:00
Message-ID: CALBNtw5dwSNY-7YRMKhHP0moG3+KQ660QBrT1MaNtT52JcrPPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Recent versions of PostgreSQL have a Foreign Data Wrapper.

1. Should pl/java provide a FDW for jar files? This is roughly akin to the
current install_jar (and will certainly duplicate the effects behind the
scenes) but will also make the contents of the jar visible to database
users, if privileges permit.

2. Can pl/java provide a way to add these FDW to the classpath?

3. The initial version can be read-only. Would it make sense to add the
ability to insert/update content or is that too risky? On the other hand
this might be the cleanest way to implement the SP java body I mentioned.

Bear
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20150809/aa92b759/attachment.html>

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hill 2015-08-15 09:08:30 [Pljava-dev] Sample Code ResultSetHandle interface
Previous Message Bear Giles 2015-08-09 16:13:15 [Pljava-dev] I remembered why we might want bytecode scalar types