Re: pgmemcache

From: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>
To: Ing(dot) Yunior Bauta Pentón <ypenton(at)uci(dot)cu>
Cc: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: pgmemcache
Date: 2011-02-28 14:29:25
Message-ID: AANLkTi=v7ZRBej0Ak0r9Y+B_fb7J5Ezm9dHTvOx8jgPc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El día 24 de febrero de 2011 22:08, Ing. Yunior Bauta Pentón
<ypenton(at)uci(dot)cu> escribió:
> Hola a todos. Estoy intentando hacer un ejemplo sencillo con pgmemcache
> 2.0.4. Lo instalé y lo tengo listo para usarlo en una base de datos. Me
> agregó a la BD 30 funciones para utilizarlo pero según lo que eh leído
> faltaron funciones tales como:
>
> memcache_server_list()
> memcache_server_remove(/* hostname */ TEXT)
> memcache_server_find(/* hash */ INT4) => (TEXT, INT4)
> Entre otras.
>

has instalado Postgres con las opciones PGXS?

También encontré esto en el README:
If necessary, update LD_LIBRARY_CACHE for the PostgreSQL server owner
and restart PostgreSQL.
Also make sure that the pg_config binary is in your PATH (or edit the Makefile).

Has agregado las llibrerias compartidas?
2. Append "pgmemcache" to shared_preload_libraries
3. Append "pgmemcache" to custom_variable_classes

--
--
              Emanuel Calvo
              Helpame.com

In response to

  • pgmemcache at 2011-02-24 21:08:38 from Ing. Yunior Bauta Pentón

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message p valdes 2011-02-28 14:39:59 Re: Consulta de agrupamiento
Previous Message Ing. Yunior Bauta Pentón 2011-02-28 14:11:09 Re: pgmemcache