Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Date: 2025-11-14 07:47:37
Message-ID: CAHGQGwGd5xQOxV2zUtLdZpnooU+iWHQXAVOE9SFpybBY4HZjTg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 14, 2025 at 10:23 AM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> A rebase was needed. Here is patch v3.

Thanks for the patch! LGTM.

For example, in the CREATE PUBLICATION synopsis, the part that can be
repeated is "[ ONLY ] table_name ... [ WHERE ( expression ) ]" not just
the WHERE clause, so using curly brackets around that seems correct.

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo Nagata 2025-11-14 07:50:40 Re: Suggestion to add --continue-client-on-abort option to pgbench
Previous Message Chao Li 2025-11-14 07:44:38 Re: Suggestion to add --continue-client-on-abort option to pgbench