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 20210508140618.GA10189@telsasoft.com
Whole thread Raw
In response to Re: Small issues with CREATE TABLE COMPRESSION  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: Small issues with CREATE TABLE COMPRESSION
List pgsql-hackers
| You need LZ4, if you want to support the compression of data with this method; see CREATE TABLE. 

I suggest that should reference guc-default-toast-compression instead of CREATE
TABLE, since CREATE TABLE is large and very non-specific.

Also, in at least 3 places there's extraneous trailing whitespace.
Two of these should (I think) be a blank line.

+      <xref linkend="sql-createtable"/>.$
+     </para>$
+    </listitem>$
+    $
     <listitem>$

+         compression of table data.   $
+        </para>$
+       </listitem>$
+      </varlistentry>$
+      $



pgsql-hackers by date:

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