Correct typo + beautification
authorsoranzo <soranzo>
Fri, 30 Nov 2007 15:14:54 +0000 (15:14 +0000)
committersoranzo <soranzo>
Fri, 30 Nov 2007 15:14:54 +0000 (15:14 +0000)
TODO

diff --git a/TODO b/TODO
index 456c8f30119e2d931549b7da814c3cd495b1620a..1b4d3bd2851726c0c53f311d70a9d25dbf52d2d1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,31 +26,31 @@ Export
 
   Actually...SQL/XML is maybe better.
 
-Misc
-----
-
-* Support 8.1 standard compliant strings (E'')
 
 Users
 -----
 
 * 7.3 user variables (eg. ALTER USER SET .. TO ...)
 
+
 Groups
 ------
 
+
 Roles
 -----
 
 * -Support for 8.1 roles (removing users and groups) (chriskl,javier)
 * -Support for ALTER ROLE (done by ?)
 
+
 Permissions
 -----------
 
 * Grant ... on all tables, views, ... to user, group, public
 * Grant connect on database [8.2]
 
+
 Databases
 ---------
 
@@ -61,6 +61,7 @@ Databases
        - http://www.postgresql.org/docs/8.2/interactive/sql-reassign-owned.html
        - http://www.postgresql.org/docs/8.2/interactive/sql-drop-owned.html
 
+
 Schemas (7.3)
 -------------
 
@@ -68,11 +69,13 @@ Schemas (7.3)
 * -Alter owner (ioguix)
 * Alter ... SET SCHEMA support per 8.1
 
+
 Large Objects
 -------------
 
 * Add support for large objects
 
+
 Tables
 ------
 
@@ -89,6 +92,7 @@ Tables
 * Restrict operators (from $selectOps array) to appropriate types (ie. no LIKE for int4 fields)
 * Where ENUM types are an option, restrict choice to enum values [8.3]
 
+
 Views
 -----
 
@@ -96,6 +100,7 @@ Views
 * Allow INSERT and import on views with the appropriate rules.
 * - Allow altering of comments (ioguix, with rename & owner)
 
+
 Sequences
 ---------
 
@@ -104,6 +109,7 @@ Sequences
 * -change schema (ioguix)
 * -rename (done using alter table) (ioguix)
 
+
 Functions
 ---------
 
@@ -115,6 +121,7 @@ Functions
 * -Alter schema (xzilla)
 * GUC settings [8.3]
 
+
 Indexes 
 -------
 
@@ -123,28 +130,33 @@ Indexes
 * Allow indexes to be built concurrently [8.2]
 * Create Index Asc/Desc, Nulls First/Last [8.3]
 
+
 Types
 -----
 
 * Suppres psuedo-type options in type list for creating composite types. 
 
+
 Operators
 ---------
 
 * Create
 * Create/Alter/Drop Operator Family
 
+
 Operator Classes
 ----------------
 
 * Create
 
+
 Triggers
 --------
 
 * Allow functions from other schemas.
 * -Support ENABLE/DISABLE trigger in 8.1 (Jawed)
 
+
 Aggregates
 ----------
 
@@ -153,6 +165,7 @@ Aggregates
 * -Create (Javier)
 * Allow for multi-column aggregates [8.2]
 
+
 Languages
 ---------
 
@@ -161,9 +174,11 @@ Languages
 * Alter owner [8.3]
 * Alter name [8.3]
 
+
 Domains (7.3)
 -------------
 
+
 Conversions (7.3)
 -----------------
 
@@ -171,6 +186,7 @@ Conversions (7.3)
 * Drop
 * Create
 
+
 Casts (7.3)
 -----------
 
@@ -190,6 +206,7 @@ Full Text Search (8.3)
 Miscellaneous
 -------------
 
+* 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
 * Put a 'What's blocking this query' on Processes view
@@ -212,7 +229,8 @@ Miscellaneous
 * Translated FAQ
 * Pull FAQ/HISTORY/CREDITS/etc... from CVS for website. 
 * Add support for csvlogs [8.3]
-* Add exectued file scripts in history 
+* Add executed file scripts in history 
+
 
 Exotic
 ------
@@ -222,6 +240,7 @@ Exotic
 * Parameterized reports (use prepared queries)
 * Full web accessability conformance
 
+
 Principles
 ----------