Re: create table like including storage parameter

From: lakshmi <lakshmigcdac(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: create table like including storage parameter
Date: 2026-04-28 07:28:53
Message-ID: CAEvyyThzU4hVDa=STWPx9XnNfFkTJ7EZH=Mq-tHzYTfeZG0Hqg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)universality(at)gmail(dot)com>
wrote:

> Hi.
>
> Because of https://cfbot.cputube.org/patch_6088.log
> A trivial rebase is attached.
>
>
> --
> jian
> https://www.enterprisedb.com/
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2026-04-28 07:47:54 RE: Add tests for concurrent DML retry paths in logical replication apply
Previous Message Peter Smith 2026-04-28 07:18:01 Re: Parallel Apply