April 2018
Intermediate to advanced
508 pages
15h 22m
English
While some contrib programs such as pgbench, are directly executable, most are utilities that you install into a database in order to add extra features to them.
As an example, to install the module into a database named abc, the following command line would work (assuming the RedHat location of the file):
$ psql -d abc -f /usr/share/postgresql/contrib/pg_buffercache.sql
You could instead use the pgAdmin III GUI management utility, which is bundled with the Windows installer for PostgreSQL, instead of the command line:
Read now
Unlock full access