From d4cb26f3d32efc1dcae583630d378dc7a00a38d8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 7 Jan 2010 20:59:21 -0800 Subject: [PATCH] Add a ROADMAP. Needs a lot of work --- ROADMAP | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ROADMAP diff --git a/ROADMAP b/ROADMAP new file mode 100644 index 0000000..20608ad --- /dev/null +++ b/ROADMAP @@ -0,0 +1,14 @@ + +=head1 PL/Parrot ROADMAP + +This document describes the roadmap for PL/Parrot. Please be as specific as possible. + +* Make installation and configuration easier + + In general, there should be a "Parrot way" to install PL/Parrot (via + Plumage) and a "Postgres way" (whatever that is) to keep people in both + camps happy. + +* Implement spi_exec_query() for PIR + + This involves many intermediate steps that should be listed in detail here.