Re: create table like including storage parameter
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-10-11T05:08:08Z
Lists: pgsql-hackers
Attachments
- v3-0001-create-table-like-incluing-storage-parameter.patch (text/x-patch) patch v3-0001
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.