From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
---|---|
To: | Cédric Villemain <cedric(dot)villemain(dot)debian(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How to install pgfincore with PG 9.1 |
Date: | 2012-04-17 08:22:36 |
Message-ID: | CA+h6AhhOXYfev1NcbvcnMjvVT5eqaw4VXTKkAOQQX9eKuR1ovg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/ <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
Blog: http://raghavt.blogspot.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Roger Leigh | 2012-04-17 08:45:17 | Re: The scope of extensions |
Previous Message | Chris Ernst | 2012-04-17 02:55:17 | Re: Recreate primary key without dropping foreign keys? |