Re: create table like including storage parameter - Mailing list pgsql-hackers

From lakshmi
Subject Re: create table like including storage parameter
Date
Msg-id CAEvyyThzU4hVDa=STWPx9XnNfFkTJ7EZH=Mq-tHzYTfeZG0Hqg@mail.gmail.com
Whole thread
In response to Re: create table like including storage parameter  (jian he <jian.universality@gmail.com>)
List pgsql-hackers

Hi all,

I tested the patch on current HEAD.

INCLUDING PARAMETERS works as expected. It correctly copies storage parameters. Duplicate parameters raise an error, and existing LIKE behavior remains unchanged.

When used with a VIEW, parameters are ignored (since they are not valid for tables), and the command completes without error.

Overall, the feature looks good from my testing. It might be worth documenting the behavior for VIEWs.

Regards,
Lakshmi G


On Tue, Apr 28, 2026 at 12:49 PM jian he <jian.universality@gmail.com> wrote:
Hi.

Because of https://cfbot.cputube.org/patch_6088.log
A trivial rebase is attached.


--
jian
https://www.enterprisedb.com/

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Parallel Apply
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Add tests for concurrent DML retry paths in logical replication apply