Re: [HACKERS] c function: keep objects in memory for all session or all transaction

2009-09-02 Thread Christian Gonzalez
Ohh Thanks to all for your answers, pgmemcache does exactly what I need, or how I need it, that is to put my graph into a persistent memory for all transactions that have permissions. Thanks again, Christian Gonzalez El 02/09/09 14:47, Andrew Dunstan escribió: Peter Eisentraut wrote

[HACKERS] c function: keep objects in memory for all session or all transaction

2009-09-02 Thread Christian Gonzalez
Hi everybody, I am new PostgreSQL c function programmer. I'm trying to move ahead a new "PostgreSQL routing library" (http://www.pgroute.org [for now, the page in only in spanish]). The point: There is some way to keep objects in [persisten] memory and then refer to these from c functions?