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 14:06:18 |
Message-ID: | 20210508140618.GA10189@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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>$
+ $
From | Date | Subject | |
---|---|---|---|
Next Message | Dilip Kumar | 2021-05-08 14:33:34 | Re: Small issues with CREATE TABLE COMPRESSION |
Previous Message | vignesh C | 2021-05-08 13:36:42 | Re: Enhanced error message to include hint messages for redundant options error |