From: | Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com> |
---|---|
To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: range_agg |
Date: | 2019-11-20 19:32:10 |
Message-ID: | CA+renyVNd0mGfbO-i2akkcQE9YrwNzAjVLchAcBEFZF+fiyJQw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Nov 19, 2019 at 9:49 PM Paul A Jungwirth
<pj(at)illuminatedcomputing(dot)com> wrote:
>
> On Tue, Nov 19, 2019 at 1:17 AM Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> > Hi
> > I tested last patches. I found some issues
>
> Thank you for the review!
Here is an updated patch series fixing the problems from that last
review. I would still like some direction about the doc formatting:
> > I am not sure how much is correct to use <literallayout class="monospaced"> in doc. It is used for ranges, and multiranges, but no in other places
>
> I could use some advice here. Many operators seem best presented in
> groups of four, where only their parameter types change, for example:
>
> int8range < int8range
> int8range < int8multirange
> int8multirange < int8range
> int8multirange < int8multirange
>
> All I really want is to show those separated by line breaks. I
> couldn't find any other examples of that happening inside a table cell
> though (i.e. inside <row><entry></entry></row>). What is the best way
> to do that?
Thanks,
Paul
Attachment | Content-Type | Size |
---|---|---|
v6-0003-multirange-pg_dump.patch | application/octet-stream | 17.8 KB |
v6-0001-multirange-type-basics.patch | application/octet-stream | 140.2 KB |
v6-0004-multirange-docs.patch | application/octet-stream | 25.4 KB |
v6-0002-multirange-operators-and-functions.patch | application/octet-stream | 179.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-11-20 20:18:24 | Re: Why overhead of SPI is so large? |
Previous Message | Joe Conway | 2019-11-20 19:30:12 | Re: add a MAC check for TRUNCATE |