Live data from Hacker News

Viewing profile — rdunklau

rdunklau

HN member
Joined
Wed, Nov 02, 2011, 5:11 PM UTC
HN karma
27
Public activity
7 items

About rdunklau

No profile information was provided.

Recent public activity

  1. comment
    Comment #3199316

    Thank you for this report. I'll try to make it work on Ubuntu, expect the documentation to be updated in the next few days. PS: if you're the 'leopard' who requested a redmine acco…

  2. comment
    Comment #3196112

    It depends on what your use case is. If you have well targeted queries (eg, with filters on "From" or "Subject" headers, and only query the message headers (not the payload) you ca…

  3. comment
    Comment #3195870

    I totally agree with you regarding PL/Python. I may try to ask upstream what they think about it.

  4. comment
    Comment #3195795

    Sorry to beat you at it ;) We currently have some very rudimentary python to postgres type conversion, but this area still need a lot of improvements. You should release your code,…

  5. comment
    Comment #3195783

    Thank you for your interest! The postgresql plan is parsed, and passed as a list of "quals", objects representing simple filters. As an implementer, you don't HAVE to enforce those…

  6. comment
    Comment #3195727

    Multicorn developer here, I'll be glad to answer any question.

  7. comment
    Comment #3187819

    On the top of my head, another list of features worth looking at: - ARRAY support: makes your life easier, especially the array_agg aggregation function - HSTORE extension: use pos…