From 20c6068b8371c86a4a5bb6b06bc96d69d766fe3f Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Fri, 3 Jul 2009 19:43:30 -0400 Subject: [PATCH] adding some TODO items from the forums --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 06a6bc01..2f586fcf 100644 --- a/TODO +++ b/TODO @@ -21,11 +21,16 @@ Cluster Export ------ +* Support export of data from an sql query * Switch to SPARQL format: http://www.w3.org/TR/2005/WD-rdf-sparql-XMLres-20050801/ Actually...SQL/XML is maybe better. +Import +------ + +* All import of data via compressed (bzip/gzip/zip) files Users ----- @@ -88,6 +93,11 @@ Tables * Alter column should handle types with implicit cast types distinctly from those requiring a USING clause * Where ENUM types are an option, restrict choice to enum values [8.3] +Columns +------- + +* Add column constraints during creation and altering of columns + Views ----- @@ -197,6 +207,7 @@ Full Text Search (8.3) Miscellaneous ------------- +* Audit for PHP 5.3.x compatability * Support 8.1 standard compliant strings (E'') * -Allow management of built-in autovacuum in 8.1 (xzilla) * Support per-user and per-database connection limits per 8.1 -- 2.39.5