Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Date
Msg-id CAHGQGwHOQJCG-THQ1iBE7rTncjYXmXa7TSfDZn5RP+jM35wnsQ@mail.gmail.com
Whole thread Raw
In response to Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
List pgsql-hackers
On Thu, Nov 20, 2025 at 9:02 AM Chao Li <li.evan.chao@gmail.com> wrote:
> V6 looks better.

+1. Thanks for updating the patch!

+<phrase>and <replaceable class="parameter">table</replaceable> is:</phrase>
+
+    [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]

I have one question: in lock.sgml and truncate.sgml, the syntax
"[ ONLY ] name [ * ] [, ... ]" seems shown as acceptable (though
I'm not entirely sure it's actually valid). If that form is allowed,
then this change may not be necessary?

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Next
From: Neil Chen
Date:
Subject: Re: Use strtoi64() in pgbench, replacing its open-coded implementation