On Thu, Jun 5, 2025 at 9:23 AM Michael Paquier <mich...@paquier.xyz> wrote: > Agreed to not suggest the PARTITION BY clause in the tab completion as > it is not supported by the backend for unlogged tables. > tab-complete.in.c has some handling for CREATE UNLOGGED TABLE around > line 3667, so we could just have an extra case for it, like in the > attached patch. A split already exists for temporary tables to handle > the ON COMMIT clause after the attribute list. > > Thoughts?
Thank you. It looks good to me. -- Best regards, Shinya Kato NTT OSS Center