RE: Pgoutput not capturing the generated columns

2024-11-07 Thread Shinoda, Noriyoshi (SXD Japan FSIP)
Hi, Hackers. Thanks for developing this great feature. There seems to be a missing description of the "pubgencols" column added to the "pg_publication" catalog. The attached patch adds the description to the catalog.sgml file. Please fix the patch if you have a better explanation. Regards, Nori

RE: Statistics Import and Export

2024-10-22 Thread Shinoda, Noriyoshi (SXD Japan FSIP)
Hi, > I committed 0001-0004 with significant revision. Thanks for developing good features. I tried the patch that was committed right away. It seems that the implementation and documentation differ on the return value of the pg_clear_attribute_stats function. The attached small patch fixes the

RE: Statistics Import and Export

2024-10-21 Thread Shinoda, Noriyoshi (SXD Japan FSIP)
er 19, 2024 10:00 AM To: Jeff Davis Cc: Shinoda, Noriyoshi (SXD Japan FSIP) ; jian he ; Matthias van de Meent ; Bruce Momjian ; Tom Lane ; Nathan Bossart ; Magnus Hagander ; Stephen Frost ; Ashutosh Bapat ; Peter Smith ; PostgreSQL Hackers ; alvhe...@alvh.no-ip.org Subject: Re: S

RE: Statistics Import and Export

2024-10-12 Thread Shinoda, Noriyoshi (SXD Japan FSIP)
Hi, Thank you for developing this great feature. I have tested the committed feature. The manual for the pg_set_relation_stats function says the following: "The value of relpages must be greater than or equal to 0" However, this function seems to accept -1 for the relpages parameter. Below is