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

From jian he
Subject Re: create table like including storage parameter
Date
Msg-id CACJufxEeTNtTJxJGdYQoGq+=pu_56oPPWw6CUSfdR5wt74ZB0w@mail.gmail.com
Whole thread Raw
In response to Re: create table like including storage parameter  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
On Wed, Oct 1, 2025 at 2:42 PM jian he <jian.universality@gmail.com> wrote:
>
> “including parameters” would add another keyword "PARAMETERS''.
> currently "INCLUDING STORAGE PARAMETER" no need to add a new keyword.
> If other people favor “including parameters”, then we can do it that
> way in the future.
>
> attached is just a simple rebase of v1.

hi.
https://api.cirrus-ci.com/v1/artifact/task/5202996067303424/testrun/build/testrun/regress/regress/regression.diffs

+ERROR:  relation "t" already exists
I made the same mistake, regress test using a simple name like "t" will conflict
with other regress tests.

please check the attached, mainly regress tests changes.

Attachment

pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting
Next
From: Chao Li
Date:
Subject: Re: Fix array access (src/bin/pg_dump/pg_dump.c)