Thread: Nitpicky doc corrections for BRIN functions of pageinspect

Nitpicky doc corrections for BRIN functions of pageinspect

From
Michael Paquier
Date:
Hi all,

Just a small thing I noticed while looking at pageinspect.sgml, the
set of SQL examples related to BRIN indexes uses lower-case characters
for reserved keywords. This has been introduced by 7516f52.
Patch is attached.
Regards,
--
Michael

Attachment

Re: Nitpicky doc corrections for BRIN functions of pageinspect

From
Peter Geoghegan
Date:
On Wed, Nov 19, 2014 at 8:02 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Just a small thing I noticed while looking at pageinspect.sgml, the
> set of SQL examples related to BRIN indexes uses lower-case characters
> for reserved keywords. This has been introduced by 7516f52.
> Patch is attached.

My nitpicky observation about pageinspect + BRIN was that the comments
added to the pageinspect SQL file for the SQL-callable function
brin_revmap_data() have a comment header style slightly inconsistent
with the existing items.


-- 
Peter Geoghegan



Re: Nitpicky doc corrections for BRIN functions of pageinspect

From
Alvaro Herrera
Date:
Peter Geoghegan wrote:
> On Wed, Nov 19, 2014 at 8:02 PM, Michael Paquier
> <michael.paquier@gmail.com> wrote:
> > Just a small thing I noticed while looking at pageinspect.sgml, the
> > set of SQL examples related to BRIN indexes uses lower-case characters
> > for reserved keywords. This has been introduced by 7516f52.
> > Patch is attached.
> 
> My nitpicky observation about pageinspect + BRIN was that the comments
> added to the pageinspect SQL file for the SQL-callable function
> brin_revmap_data() have a comment header style slightly inconsistent
> with the existing items.

Pushed.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



Re: Nitpicky doc corrections for BRIN functions of pageinspect

From
Michael Paquier
Date:
On Wed, Dec 3, 2014 at 12:23 AM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Peter Geoghegan wrote:
>> On Wed, Nov 19, 2014 at 8:02 PM, Michael Paquier
>> <michael.paquier@gmail.com> wrote:
>> > Just a small thing I noticed while looking at pageinspect.sgml, the
>> > set of SQL examples related to BRIN indexes uses lower-case characters
>> > for reserved keywords. This has been introduced by 7516f52.
>> > Patch is attached.
>>
>> My nitpicky observation about pageinspect + BRIN was that the comments
>> added to the pageinspect SQL file for the SQL-callable function
>> brin_revmap_data() have a comment header style slightly inconsistent
>> with the existing items.
>
> Pushed.
Thanks.
-- 
Michael