Re: Split the 'Server Programming' chapter into two?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: "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:10:13
Message-ID: CA+Tgmoapw0T2K5TrcYG3pMX4UiqkatvE71WTNXd6hKMX-uVoGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 23, 2015 at 8:21 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> While playing around with where exactly to put the replication
> origin/progress docs I once more noticed that the 'Server Programming'
> book is a mix of different topics.
>
> It currently contains:
> 35. Extending SQL
> 36. Triggers
> 37. Event Triggers
> 38. The Rule System
> 39. Procedural Languages
> 40. PL/pgSQL - SQL Procedural Language
> 41. PL/Tcl - Tcl Procedural Language
> 42. PL/Perl - Perl Procedural Language
> 43. PL/Python - Python Procedural Language
> 44. Server Programming Interface
> 45. Background Worker Processes
> 46. Logical Decoding
> 47. Replication Progress Tracking
>
> 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".

> 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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-23 14:12:42 Re: PL/pgSQL, RAISE and error context
Previous Message Robert Haas 2015-04-23 14:05:26 Re: anole - test case sha2 fails on all branches