Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgAdmin 4 commit: Do flush the changes done after creating the require - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do flush the changes done after creating the require
Date
Msg-id E1ZeGSX-0001yi-Kf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do flush the changes done after creating the require tables. Because -
it causes an issue performing DDL operations without sending DML to the
database, flush(..) does the job for us, it sends those operations to
the database without committing it.

And, this was causing the issue in current implemenation, while setting
'Administrator' role to the given email-id after the create_role, and
create_user operations during setup.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b52d72f1768e5869057ea012e5f50e9954b060ae

Modified Files
--------------
web/setup.py |    1 +
1 file changed, 1 insertion(+)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: When pgAdmin is used with multiple monitors on OSX,
Next
From: Ashesh Vashi
Date:
Subject: Re: pgadmin4 setup.py, first time run