Re: PostgreSQL 9.1 SPI

2012-04-03 Thread Mr. Puneet Kishor
On Apr 3, 2012, at 12:42 AM, Dan Ports wrote: > The spi contrib module seems like it'd be a weird choice for a port, > though, since I thought its value was mostly as an example for how to > use the SPI API, not something you'd use directly. I am interested in the timetravel capability of SPI a

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Dan Ports
There have been a lot of requests to include various Postgres contrib modules in the postgresql* ports: http://trac.macports.org/ticket/13952 http://trac.macports.org/ticket/14880 http://trac.macports.org/ticket/26472 http://trac.macports.org/ticket/26577 http://trac.macports.org/ticket/2

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Brandon Allbery
On Mon, Apr 2, 2012 at 15:54, Puneet Kishor wrote: > I was hoping to try out the SPI extension with Postgres 9.1, which, per > the documentation at > http://www.postgresql.org/docs/9.1/static/contrib-spi.html is supposed to > live under /to/contrib. But, in my > /opt/local/share/postgresql91/cont

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Puneet Kishor
On Apr 2, 2012, at 4:40 PM, Phil Dobbin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/04/2012 22:24, Puneet Kishor wrote: >> >> On Apr 2, 2012, at 3:38 PM, Phil Dobbin wrote: > >>> On 02/04/2012 20:54, Puneet Kishor wrote: I was hoping to try out the SPI extension wit

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/04/2012 22:24, Puneet Kishor wrote: > > On Apr 2, 2012, at 3:38 PM, Phil Dobbin wrote: >> On 02/04/2012 20:54, Puneet Kishor wrote: >>> I was hoping to try out the SPI extension with Postgres 9.1, which, per the >>> documentation at http://www

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Puneet Kishor
On Apr 2, 2012, at 3:38 PM, Phil Dobbin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 02/04/2012 20:54, Puneet Kishor wrote: >> I was hoping to try out the SPI extension with Postgres 9.1, which, per the >> documentation at http://www.postgresql.org/docs/9.1/static/contrib-spi

Re: PostgreSQL 9.1 SPI

2012-04-02 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/04/2012 20:54, Puneet Kishor wrote: > I was hoping to try out the SPI extension with Postgres 9.1, which, per the > documentation at http://www.postgresql.org/docs/9.1/static/contrib-spi.html > is supposed to live under /to/contrib. But, in my

PostgreSQL 9.1 SPI

2012-04-02 Thread Puneet Kishor
I was hoping to try out the SPI extension with Postgres 9.1, which, per the documentation at http://www.postgresql.org/docs/9.1/static/contrib-spi.html is supposed to live under /to/contrib. But, in my /opt/local/share/postgresql91/contrib I don't have spi. Should I be able to get this via macp