Re: [PATCH] psql : Improve code for help option

miyake_kouta <miyake_kouta@oss.nttdata.com>

From: miyake_kouta <miyake_kouta@oss.nttdata.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-03T03:27:11Z
Lists: pgsql-hackers

Attachments

2021-03-03 00:09, Fujii Masao wrote:
> We can simplify the code more and remove "env = user"
> by just using "user" instead of "env" in the above?

Thank you for your comment.
I updated my patch and replaced "env" with "user".
Please check.

Regards.
--
Kota Miyake

Commits

  1. Remove redundant getenv() for PGUSER, in psql help.