Конференция Arenadata
Новое время — новый Greenplum
Мы приглашаем вас принять участие в конференции, посвященной будущему Open-Source Greenplum 19 сентября в 18:00:00 UTC +3. Встреча будет проходить в гибридном формате — и офлайн, и онлайн. Онлайн-трансляция будет доступна для всех желающих.
Внезапное закрытие Greenplum его владельцем — компанией Broadcom - стало неприятным сюрпризом для всех, кто использует или планирует начать использовать решения на базе этой технологии. Многие ожидают выхода стабильной версии Greenplum 7 и надеются на её дальнейшее активное развитие.
Arenadata не могла допустить, чтобы разрабатываемый годами Open-Source проект Greenplum прекратил своё существование, поэтому 19 сентября мы представим наш ответ на данное решение Broadcom, а участники сообщества получат исчерпывающие разъяснения на все вопросы о дальнейшей судьбе этой технологии.

На конференции вас ждёт обсуждение следующих тем:

  • План возрождения Greenplum;
  • Дорожная карта;
  • Экспертное обсуждение и консультации.
Осталось до события

Use pgAdmin to connect to ADPG

To connect to the PostgreSQL server, you can use pgAdmin — a third-party client tool that provides a graphical user interface.

Visit Download for information on how to install pgAdmin.

To connect to an ADPG host, launch pgAdmin, open the Dashboard tab, and click Add New Server in the Quick Links section.

The Dashboard tab in pgAdmin
The Dashboard tab in pgAdmin
The Dashboard tab in pgAdmin
The Dashboard tab in pgAdmin

Specify connection settings according to your environment.

Connection settings in pgAdmin
Connection settings in pgAdmin
Connection settings in pgAdmin
Connection settings in pgAdmin

After the connection is established, pgAdmin displays the specified database in the pgAdmin browser.

The pgAdmin browser window
The pgAdmin browser window
The pgAdmin browser window
The pgAdmin browser window

If you need to change authentication settings from pg_hba.conf for the pgAdmin connection, use ADCM UI. Open the Clusters page, select an ADPG cluster, and switch to the Services tab. Select the ADPG service, click the PG_HBA option on the Primary configuration tab, and edit the value.

Edit the PG_HBA section
Edit the PG_HBA section

Enter a record of the pg_hba.conf file in the pop-up window and click Apply.

Add a PG_HBA record
Add a PG_HBA record

To save changes and update pg_hba.conf, click Save.

Save changes
Save changes

Execute the Reconfigure & Reload action to apply changes.

CAUTION
We do not recommend editing postgresql.conf via pgAdmin. When the ADPG service executes the Reconfigure & Restart or Reconfigure & Reload action, postgresql.conf is rewritten with settings specified on the Primary configuration tab of the ADPG service. If you make changes to postgresql.conf in any other way, the changes will be lost.

For more information on pgAdmin, refer to the official documentation.

Found a mistake? Seleсt text and press Ctrl+Enter to report it