|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Dec 516:25:23 EST 2001 |
| 3 | +Last updated:Wed Dec 518:11:24 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
57 | 57 | flags unique |
58 | 58 | * Allow usernames to be specified directly in pg_hba.conf (Bruce) |
59 | 59 | * Add function to return compressed length of TOAST data values (Tom) |
| 60 | +* Change DEBUG tag used in server logs |
60 | 61 |
|
61 | 62 | DATA TYPES |
62 | 63 |
|
@@ -102,14 +103,16 @@ MULTI-LANGUAGE SUPPORT |
102 | 103 | * Add octet_length_server() and octet_length_client() (Thomas, Tatsuo) |
103 | 104 | * Make octet_length_client the same as octet_length() (?) |
104 | 105 |
|
105 | | -VIEWS |
| 106 | +VIEWS / RULES |
106 | 107 |
|
107 | 108 | * Automatically create rules on views so they are updateable, per SQL92 [view] |
108 | 109 | * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW |
109 | 110 | * Allow NOTIFY in rules involving conditionals |
110 | 111 | * -Evaluate INSERT rules at end of query, rather than beginning (Jan) |
111 | 112 | * Allow temporary views |
112 | 113 | * Move psql backslash information into views |
| 114 | +* Allow RULE recompilation |
| 115 | +* Remove brackets as multi-statement rule grouping, must use parens |
113 | 116 |
|
114 | 117 | INDEXES |
115 | 118 |
|
@@ -160,7 +163,6 @@ COMMANDS |
160 | 163 | * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' |
161 | 164 | * Add BETWEEN ASYMMETRIC/SYMMETRIC |
162 | 165 | * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock] |
163 | | -* Allow RULE recompilation |
164 | 166 | * Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce) |
165 | 167 | * Allow LIMIT/OFFSET to use expressions |
166 | 168 | * -Allow GRANT/REVOKE to handle multiple user/group names (Vince) |
|