Could you help?
Thank you,
—
Venu Madhav
DBA Services | M: 248-613-0788
300 East Big Beaver Road, 4th Floor, Troy, MI 48083
www.dialog-direct.com
[DD_logo_IT_Final_SM]
This message, including any attachments, is confidential and/or proprietary to
Dialog Direct® and its affiliated companies an
Platform
Windows 7 sp1 x64 + windows update
Steps to repro
1. Install 1.4 from here
https://www.postgresql.org/ftp/pgadmin/pgadmin4/v1.4/windows/
2. Click on Start menu pgAdmin shortcut
3. Hangs on splash screen.
4. Uninstall
5. Install 1.3 from here
https://www.postgre
On Mon, May 8, 2017 at 1:54 PM, Mike Surcouf wrote:
> Platform
>
> Windows 7 sp1 x64 + windows update
>
> Steps to repro
>
> 1. Install 1.4 from here
> https://www.postgresql.org/ftp/pgadmin/pgadmin4/v1.4/windows/
> 2. Click on Start menu pgAdmin shortcut
> 3. Hangs on splash scree
Change login method to trust, restart the server, then change the postgres
password via psql with \password
Or alter user: alter user postgres with password 'new password';
Regards.
De: pgadmin-support-ow...@postgresql.org
[mailto:pgadmin-support-ow...@postgresql.org] En nombre de Ven
pgAdmin 4 v1.4
In pgAdmin 3 there was a way to view your database logs. I am not seeing that
in pgAdmin 4. It might be there but I am missing it. As a side note in case
this helps, I am connecting to a PostgreSQL 9.6.2 database at AWS. Using AWS
is new for me. I might be missing a step and
I did look at that.
the log was 0 bytes when running 1.4
It didn’t seem to get as far as the first log entry just hanging on splash
screen.
I also used process monitor to see if it was hitting a permissions issue.
I also have 3 versions of visual studio installed so that may complicate the
envi
Is there way to setup a login page for pgadmin4? I am not seeing how to do
this. Currently, if a user goes to the URL they aren't required to
authenticate to use pgadmin4. If someone adds a database and saves the
password, then any user with the URL to pgadmin4 can manipulate that database.
I'm a newbie at DB admin and have been trying to understand similar
issues. So the following might not be completely right; but hopefully it's
a step in the right direction and someone with more experience can amplify
or correct.
My sense is that what PostgreSQL expects you to do is to GRANT perm
Hi,
pgAdmin 4 can be deployed in 2 ways.
- Desktop Runtime (as per your email, you are using this mode), which is
single user mode.
- Web application, through which you can configure users profile.
Please go through the documentation
https://www.pgadmin.org/docs4/1.x/getting_started.html to con