Re: Small issues with CREATE TABLE COMPRESSION

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Jacob Champion <pchampion(at)vmware(dot)com>
Subject: Re: Small issues with CREATE TABLE COMPRESSION
Date: 2021-05-08 13:22:39
Message-ID: 20210508132239.GX27406@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, May 08, 2021 at 10:13:09PM +0900, Michael Paquier wrote:
> + You need <productname>LZ4</productname>, if you want to support
> + the compression of data with this method; see
> + <xref linkend="sql-createtable"/>.

I suggest to change "the compression" to "compression".
I would write the whole thing like:
| The LZ4 library is needed to support compression of data using that method...

> + Build with <productname>LZ4</productname> compression support.
> + This allows the use of <productname>LZ4</productname> for the
> + compression of table data.

remove "the"

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-05-08 13:36:42 Re: Enhanced error message to include hint messages for redundant options error
Previous Message Michael Paquier 2021-05-08 13:13:09 Re: Small issues with CREATE TABLE COMPRESSION