You might already be aware that Postgres updates the process title of all its running processes. For example, this is a Debian Linux ps display for...
The EDB Blog
Recent Posts
*/ PostgreSQL has some useful functions which can be used to know about the privilege of a user on a particular Database object. Those functions are...
*/ PostgreSQL has pg_stat_activity view which can be use to get the session details. This view gives following information: 1. datid: database OID 2...
Object Identifiers (oids) were added to Postgres as a way to uniquely identify database objects, e.g. rows, tables, functions, etc. It is part of...
The Refresher add-on for Vaadin refreshes the UI without user input, allowing it to display information that has changed asynchronously on the server...
There are 500k to 1-million words in the English language, so you would think that Postgres would be able to find a unique word for every aspect of...
Friday, May 4, 2012 Having reported the methods for finding the size of the kernel cache on Linux, I wish to highlight the importance of the...
*/ I previously explained that Postgres allows multiple databases per cluster. The outstanding question might be, when should I use multiple clusters...
I spend a lot of time answering questions about PostgreSQL, and one of the questions I get asked frequently is: how should I set shared_buffers? And...
Friday, February 24, 2012 During recent training , I realized there five ways to control who can access Postgres, and it isn't totally clear in the...