Re: Documentation about PL transforms - Mailing list pgsql-hackers

From chap@anastigmatix.net
Subject Re: Documentation about PL transforms
Date
Msg-id 15aae6eba18b19579ce2568828c692bd@anastigmatix.net
Whole thread Raw
In response to Re: Documentation about PL transforms  (Chapman Flack <chap@anastigmatix.net>)
Responses Re: Documentation about PL transforms  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On 2022-02-22 12:59, Chapman Flack wrote:
> It would have been painful to write documentation of get_func_trftypes
> saying its result isn't what get_transform_{from.to}sql expect, so
> patch 1 does add a get_call_trftypes that returns a List *.
> 
> Patch 2 then updates the docs as discussed in this thread. It turned 
> out
> plhandler.sgml was kind of a long monolith of text even before adding
> transform information, so I broke it into sections first. This patch 
> adds
> the section markup without reindenting, so the changes aren't obscured.
> 
> The chapter had also fallen behind the introduction of procedures, so
> I have changed many instances of 'function' to the umbrella term
> 'routine'.
> 
> Patch 3 simply reindents for the new section markup and rewraps.
> Whitespace only.
> 
> Patch 4 updates src/test/modules/plsample to demonstrate handling of
> transforms (and to add some more comments generally).

Here is a rebase.
Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Handle infinite recursion in logical replication setup
Next
From: Andres Freund
Date:
Subject: Re: test/isolation/expected/stats_1.out broken for me