Re: HTTP Frontend? (and a brief thought on materialized views)

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Dobes Vandermeer <dobesv(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: HTTP Frontend? (and a brief thought on materialized views)
Date: 2012-03-30 14:31:54
Message-ID: 4F75C3DA.3000408@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 03/30/2012 09:57 AM, Merlin Moncure wrote:
> What I'm saying is that jsonpath probably isn't the whole story:
> another way of bulk moving json into native backend structures without
> parsing would also be very helpful. For example, being able to cast a
> json document into a record or a record array would be just amazing.

It should be possible. After all, hstore's populate_record() does that.
If we married that logic up with the json parser we should be half way
there.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dobes Vandermeer 2012-03-30 14:55:45 Re: HTTP Frontend? (and a brief thought on materialized views)
Previous Message Tom Lane 2012-03-30 14:29:27 Re: Optimizing Nested Correlated Queries by decorrelation: GSOC 2012 Project