From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Split the 'Server Programming' chapter into two? |
Date: | 2015-04-23 14:23:26 |
Message-ID: | 20150423142326.GJ4369@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Robert Haas wrote:
> On Thu, Apr 23, 2015 at 8:21 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> > To me at least 44 - 47 don't really fit well to the rest. I think we
> > either should invent a new category for them, or move them to
> > 'Internals'. Maybe we could introduce 'Extending the Server' category
> > for those and a couple more? Candidates for that least seem to be
> > 52. Writing A Procedural Language Handler
> > 53. Writing A Foreign Data Wrapper
> > 54. Writing A Custom Scan Provider
>
> I like the "extending the server" idea. Maybe "Server Extensions".
+1 for Extending the Server. I don't like Server Extensions too much;
seems confusing with sql-level EXTENSION objects.
> > Also, shouldn't there at least be a link to
> > http://www.postgresql.org/docs/devel/static/xfunc-sql.html in
> > http://www.postgresql.org/docs/devel/static/xplang.html ?
>
> Wouldn't hurt.
Agreed.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2015-04-23 14:25:47 | Re: anole - test case sha2 fails on all branches |
Previous Message | Robert Haas | 2015-04-23 14:12:42 | Re: PL/pgSQL, RAISE and error context |