Re: Proposal to add --single-row to psql - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Proposal to add --single-row to psql
Date
Msg-id CAB7nPqQJvT3dfWr07F4y78q7ke-3vAeXmxvanoEwrsd8SXFq_w@mail.gmail.com
Whole thread Raw
In response to Re: Proposal to add --single-row to psql  (David Fetter <david@fetter.org>)
Responses Re: Proposal to add --single-row to psql  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers



On Thu, May 9, 2013 at 9:12 AM, David Fetter <david@fetter.org> wrote:
On Wed, May 08, 2013 at 06:08:28PM -0500, Jim Nasby wrote:
> I believe that makes it significantly harder for them to actually
> contribute code back that doesn't give them a business advantage, as
> well as making it harder to justify hacking on the community
> codebase because they'll just face a very large hurdle when it comes
> to pulling that code back into their proprietary product.
>
> I don't know of any good way to solve that problem. Maybe it's not
> worth solving... but I do suspect there's some useful stuff that the
> community has lost out on because of this.

Some of this is getting solved by making PostgreSQL more pluggable in
ways that isolate the proprietary stuff, i.e. make people not have to
touch the PostgreSQL core code much, if at all, in order to provide
whatever special features they provide.  Hooks and FDWs are two such
pluggable components.
 Extensions and the lovely background workers as well.
--
Michael

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Fast promotion failure
Next
From: Michael Paquier
Date:
Subject: Re: Add regression tests for COLLATE