Easier working with PostgreSQL – part III. database connection monitor

2020-01-21

In this installment of the series about useful tools for working with PostgreSQL, we will discuss a tool that will certainly appeal to database administrators – about the interactive activity monitor of the pg_activity server. Database administration requires checking from time to time what is happening in a given system at a given moment. Of […]

Read more

Easier working with PostgreSQL – part II. pgcli

2019-11-26
blank

In this article we will introduce an interesting alternative for psqlwhich can significantly improve the work with the database. Pgcli is a database terminal interface focused on facilitating interaction with the text environment and with greater capabilities than a standard tool. At the beginning it is worth asking yourself – „what I miss in psql”? In my […]

Read more

Easier working with PostgreSQL – part I. pager for psql

2019-09-27
blank

This month we are starting a new series of articles on interesting and not always known tools that can significantly facilitate work with databases based on the PostgreSQL engine. In this article, we’ll look at the pager dedicated to use with psql. We will also show why working with a less database may not be […]

Read more