Re: "stored procedures" - use cases?

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: "stored procedures" - use cases?
Date: 2011-04-27 23:24:56
Message-ID: A2C797F6-25A4-4D29-BBF1-3800A1784FC6@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Apr 27, 2011, at 3:28 PM, Josh Berkus wrote:

> Actually, you can already sort of do that using XSLT. So I don't
> necessary think that's a prohibitive idea, depending on implementation.
> After all, many of the new non-relational databases implement exactly this.

The proposed JSON data type and construction functions (once there's agreement on an implementation) will allow this, too. Just serve JSON. Boom, instant REST server.

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremiah Peschka 2011-04-27 23:25:07 Re: [HACKERS] PostgreSQL Core Team
Previous Message Josh Berkus 2011-04-27 22:28:48 Re: "stored procedures" - use cases?