[RU]
Мастер соединения позволяет настроить подключение листа к базе данных и сохранить его для последующего использования
Вызов мастера соединения с БД
нажать кнопку "Show connection manager" в блоке "Connection control"
комбинация клавиш Alt+F2
Ранее сохраненные соединения отображаются в списке "Connection list"
Создание нового соединения - выполняется в едином мастере соединений программы (копка "Edit connect")
Поля окна
"Vendor library (libpg.dll)" - полный путь к клиентской библиотеке для работы с PostgreSQL. По умолчанию используется библиотека ".\DLL\PG\libpg.dll"
"Group name" - имя группы в списке.
"Alias*" - уникальный идентификатор, отображается в списке сохраненных соединений
"Server*" - DNS имя сервера или его IP адрес
"Port" - порт сервера на котором работает листенер PostgreSQL. По умолчанию порт 5432.
"Database" - имя БД к которой производить подключение. По умолчанию: postgres
"Login*" - имя пользователя.
"Password*" - пароль.
"Charset" - кодировка, по умолчанию WIN1251. Поддерживаемые кодировки в 12 версии
Кнопки управления
"Edit" - редактировать соединение с БД PostgreSQL
"Connect" - подключится к БД используя введенные параметры
[EN]
The connection wizard allows you to set up a sheet connection to the database and save it for later use
Calling the database connection wizard
click the "Show connection manager" button in the "Connection control" block
keyboard shortcut Alt+F2
Previously saved connections are displayed in the "Connection list"
Creating a new connection - performed in a single connection wizard of the program ("Edit connect" button)
Window margins
"Vendor library (libpg.dll)" - full path to the client library for working with PostgreSQL. The default library is ".\DLL\PG\libpg.dll"
"Group name" - the name of the group in the list.
"Alias*" - unique identifier, displayed in the list of saved connections
"Server*" - DNS name of the server or its IP address
"Port" - port of the server on which the PostgreSQL listener is running. The default port is 5432.
"Database" - the name of the database to connect to. Default: postgres
"Login*" - username.
"Password*" - password.
"Charset" - encoding, by default WIN1251. Supported encodings in version 12
Control buttons
"Edit" - edit PostgreSQL database connection
"Connect" - connect to the database using the entered parameters