Re: Small issues with CREATE TABLE COMPRESSION - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Small issues with CREATE TABLE COMPRESSION
Date
Msg-id 20210508132239.GX27406@telsasoft.com
Whole thread Raw
In response to Re: Small issues with CREATE TABLE COMPRESSION  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Small issues with CREATE TABLE COMPRESSION
List 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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Small issues with CREATE TABLE COMPRESSION
Next
From: vignesh C
Date:
Subject: Re: Enhanced error message to include hint messages for redundant options error