Re: create table like including storage parameter

From: Dapeng Wang <wangdp20191008(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: create table like including storage parameter
Date: 2026-04-09 07:59:46
Message-ID: CAKx0Yhy=X=jwo+vBZizLH7FvtLfyfnwd3Cu1MwnUHcBDBHqmRA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I pulled the v9 patch and gave it a spin on 19devel.

Everything I tried worked fine - basic parameter copying,
merging with WITH clause, duplicate detection, EXCLUDING,
and the VIEW/materialized view cases all behaved correctly.

make check passed too (one unrelated ICU collation diff
in collate.icu.utf8).

Looks good to me.

Regards,
Dapeng Wang

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-04-09 08:00:10 Re: Add missing period to DETAIL messages
Previous Message Chao Li 2026-04-09 07:39:44 Re: Eliminating SPI / SQL from some RI triggers - take 3