Re: create table like including storage parameter
lakshmi <lakshmigcdac@gmail.com>
From: lakshmi <lakshmigcdac@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-04-28T07:28:53Z
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.universality@gmail.com> wrote: > Hi. > > Because of https://cfbot.cputube.org/patch_6088.log > A trivial rebase is attached. > > > -- > jian > https://www.enterprisedb.com/ >