I will install Microsoft Visual C ++ Redistributable Package 2015 on a 32-bit Windows 7 operating system with Service Pack 1 installed. We launch the downloaded vc_redist.x86.exe file, as a result, a window will open in which we need to agree to the terms of the license agreement, i.e. Check the box and then click Install. The installation process has begun. It will take just a few seconds and after that the corresponding window will appear, in which we click "Close". That's all, now you can install programs or games that require Microsoft Visual C ++ Redistributable Package 2015.

How to connect to PostgreSQL database using pgAdmin 4?

 How to connect to PostgreSQL database using pgAdmin 4?



In order to set up a connection to the PostgreSQL database, run pgAdmin 4, for example, from the Start menu.



As a result, pgAdmin 4 will start.







Then click the menu "Object->Create->Server" or right-click on the item "Servers" and select "Create->Server".



The server connection settings window will open. On the General tab, we invent and enter the name of our server in the Name field.


On the Connection tab, enter the server IP address, username, password, and if you want, you can check the “Save password?” to save the password and not to enter it every time you connect. If the standard port (5432) of the PostgreSQL server has been changed, then you also need to change it here. Press the "Save" button.

Note! The PostgreSQL server must be installed, configured and running. We considered an example of installing and configuring PostgreSQL DBMS on Linux Debian in the material “Installing and configuring PostgreSQL 12 on Debian 10”.



The Object Browser will then display the connected server with available objects.