From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <004101c463bf$b5908ff0$35fa7d50@SOMA> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> References: Subject: Re: [9fans] TODO lists for Plan 9 Date: Wed, 7 Jul 2004 03:14:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b7d1d728-eacd-11e9-9e20-41e7f4b1d025 > > > 3) PostgreSQL for Plan 9 > > I think you need shared memory, and other such weirdness. > > Presotto said we have it. sure do, but there are other ways. i think it's doable. done a bit of postgres hacking. this: http://www.insultant.net/blog/doc/ifc.pdf was done in python and i see no reason why postgres couldn't be ported (in an intelligent way) to plan 9. the python interface to it [psycopg] was very simple. i know how i'd do it.