Hi,
this:
>
> Is there any way to make one storage accessible to a multiple users at
> one time?
should work right away with postgresql. Normally as admin you would
create a server with the database. Then create users and grant access to
this users. On linux you can do this in a terminal using ps
Thanks for your help, Dave! I’ll try the symlink workaround
From: Dave Page
Sent: Wednesday, November 18, 2020 6:11 PM
To: Сергей Краснов
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: One storage for all pgAdmin users
Hi
On Wed, Nov 18, 2020 at 3:03 PM Сергей Краснов
mailto:s.kras
Hi
On Wed, Nov 18, 2020 at 3:03 PM Сергей Краснов wrote:
> Hi!
>
> Is there any way to make one storage accessible to a multiple users at one
> time?
>
> Right now when you set STORAGE_DIR variable in config_local.py, pgAdmin
> will create a separate directory for every single user in it (e.g. i
Hi!
Is there any way to make one storage accessible to a multiple users at one time?
Right now when you set STORAGE_DIR variable in config_local.py, pgAdmin will
create a separate directory for every single user in it (e.g. if
STORAGE_DIR=/somedir, then user's storage root will be at /somedir/som