Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a9f268d

Browse files
committed
Update and remove items:
< * Remove brackets as multi-statement rule grouping, must use parens (Bruce) > * -Remove brackets as multi-statement rule grouping, must use parens (Bruce) 458d457 < * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
1 parent a35b6b6 commit a9f268d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/TODO

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Mar 7 23:33:25 EST 2002
3+
Last updated: Sun Mar 10 01:11:31 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -123,7 +123,7 @@ VIEWS / RULES
123123
* Allow temporary views
124124
* Move psql backslash information into views
125125
* Allow RULE recompilation
126-
* Remove brackets as multi-statement rule grouping, must use parens (Bruce)
126+
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
127127
* Prevent aggregates from being used in rule WHERE clauses
128128

129129
INDEXES
@@ -455,7 +455,6 @@ SOURCE CODE
455455
* Make one version of simple_prompt() in code (Bruce, Tom)
456456
* Compile in syslog functionaility by default (?)
457457
* Modify regression tests to prevent failures do to minor numeric rounding
458-
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
459458
* Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
460459
* Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
461460
* Improve access-permissions check on data directory in Cygwin (Tom)

0 commit comments

Comments
 (0)