Re: PSQL Tool start issue

2022-06-24 Thread YASUAKI FUKAISHI
Hi, I create the bug report. #7503 Thanks, Yasuaki Fukaishi From: Aditya Toshniwal Sent: Friday, June 24, 2022 14:15 To: YASUAKI FUKAISHI Cc: pgadmin-support@lists.postgresql.org Subject: Re: PSQL Tool start issue Hi YASUAKI, This looks like a bug to

Re: PSQL Tool start issue

2022-06-23 Thread Aditya Toshniwal
suaki Fukaishi > > > > From: Aditya Toshniwal > Sent: Thursday, June 23, 2022 18:40 > To: 深石 康昭 > Cc: pgadmin-support@lists.postgresql.org > Subject: Re: PSQL Tool start issue > > Hi, > > psqlrc is not shared amon

Re: PSQL Tool start issue

2022-06-23 Thread YASUAKI FUKAISHI
m: Aditya Toshniwal Sent: Thursday, June 23, 2022 18:40 To: 深石 康昭 Cc: pgadmin-support@lists.postgresql.org Subject: Re: PSQL Tool start issue Hi, psqlrc is not shared among users and each user will use psqlrc from the pgAdmin user storage directory. On Thu, Jun 23, 2022 at 12:05 PM 深石 康昭 mailto:

Re: PSQL Tool start issue

2022-06-23 Thread Aditya Toshniwal
Hi, psqlrc is not shared among users and each user will use psqlrc from the pgAdmin user storage directory. On Thu, Jun 23, 2022 at 12:05 PM 深石 康昭 wrote: > Hi, > > I am using the pgAdmin4 ver.6.10 container in server mode. > > If different users start PSQL Tool at the same time, > the user who

PSQL Tool start issue

2022-06-22 Thread 深石 康昭
Hi, I am using the pgAdmin4 ver.6.10 container in server mode. If different users start PSQL Tool at the same time, the user who started it first will run psqlrc of the user who started it later. I think that each user's psqlrc needs to work even if they are started at the same time. Thanks!