On Wed, Jan 15, 2025 at 02:11:05AM +0900, Yugo Nagata wrote: > I have a minor comment. > > + "LEFT JOIN > pg_catalog.pg_available_extensions() ae(name, default_version, comment) ON > ae.name=e.extname " > > For consistency with around codes, it seems better to add a space before and > after "=", > like "ae.name = e.extname".
+1 -- nathan