Re: INCLUDING COMPRESSION

2021-04-23 Thread Fujii Masao
On 2021/04/16 10:20, Michael Paquier wrote: On Thu, Apr 15, 2021 at 11:24:07PM +0900, Fujii Masao wrote: I'm not sure why. But +1 to make them in alphabetical order. Patch attached. LGTM. Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Developm

Re: INCLUDING COMPRESSION

2021-04-15 Thread Michael Paquier
On Thu, Apr 15, 2021 at 11:24:07PM +0900, Fujii Masao wrote: > I'm not sure why. But +1 to make them in alphabetical order. > Patch attached. LGTM. -- Michael signature.asc Description: PGP signature

Re: INCLUDING COMPRESSION

2021-04-15 Thread Fujii Masao
On 2021/04/15 11:54, Michael Paquier wrote: On Wed, Apr 14, 2021 at 11:46:58PM +0900, Fujii Masao wrote: The syntax for like_option in CREATE TABLE docs seems to forget to mention INCLUDING COMPRESSION option. I think the following fix is necessary. Patch attached. -{ INCLUDING | EXCLUDING }

Re: INCLUDING COMPRESSION

2021-04-14 Thread Michael Paquier
On Wed, Apr 14, 2021 at 11:46:58PM +0900, Fujii Masao wrote: > The syntax for like_option in CREATE TABLE docs seems to forget to mention > INCLUDING COMPRESSION option. I think the following fix is necessary. > Patch attached. > > -{ INCLUDING | EXCLUDING } { COMMENTS | CONSTRAINTS | DEFAULTS | G