From: | jian he <jian(dot)universality(at)gmail(dot)com> |
---|---|
To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: create table like including storage parameter |
Date: | 2025-10-11 05:08:08 |
Message-ID: | CACJufxEeTNtTJxJGdYQoGq+=pu_56oPPWw6CUSfdR5wt74ZB0w@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Oct 1, 2025 at 2:42 PM jian he <jian(dot)universality(at)gmail(dot)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.
+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 | Content-Type | Size |
---|---|---|
v3-0001-create-table-like-incluing-storage-parameter.patch | text/x-patch | 13.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Chao Li | 2025-10-11 05:24:24 | Re: Fix array access (src/bin/pg_dump/pg_dump.c) |
Previous Message | Xuneng Zhou | 2025-10-11 03:02:51 | Re: Improve read_local_xlog_page_guts by replacing polling with latch-based waiting |