Re: How to install pgfincore with PG 9.1

Поиск
Список
Период
Сортировка
От Raghavendra
Тема Re: How to install pgfincore with PG 9.1
Дата
Msg-id CA+h6AhhOXYfev1NcbvcnMjvVT5eqaw4VXTKkAOQQX9eKuR1ovg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to install pgfincore with PG 9.1  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Список pgsql-general

buggy Makefile. Thanks for the report.
I'll fix that soon and keep you informed.
--
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
 
Seems it got fixed in new version. Thank you.

-bash-4.1$ psql
Password:
psql.bin (9.1.3)
Type "help" for help.

postgres=# create extension pgfincore;
CREATE EXTENSION
postgres=# \dx
                        List of installed extensions
   Name    | Version |   Schema   |               Description
-----------+---------+------------+-----------------------------------------
 adminpack | 1.0     | pg_catalog | administrative functions for PostgreSQL
 pgfincore | 1.1.1   | public     | examine and manage the os buffer cache
 plpgsql   | 1.0     | pg_catalog | PL/pgSQL procedural language
(3 rows)

---
Regards,
Raghavendra
EnterpriseDB Corporation

В списке pgsql-general по дате отправления:

Предыдущее
От: Stephen Rees
Дата:
Сообщение: Advisory Locks and Prepared Transactions
Следующее
От: Roger Leigh
Дата:
Сообщение: Re: The scope of extensions