Skip to content

Commit d85a81c

Browse files
committed
Add:
> * Allow easy display of usernames in a group
1 parent d4963d7 commit d85a81c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/TODO

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Apr 15 16:51:11 EDT 2002
3+
Last updated: Wed Apr 17 16:35:06 EDT 2002
44

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

@@ -51,6 +51,7 @@ PERMISSIONS
5151
permissions on the socket file (Peter E)
5252
* -Allow permissions for functions (Peter E)
5353

54+
5455
ADMIN
5556
-----
5657

@@ -66,7 +67,7 @@ ADMIN
6667
* Allow logging of query durations
6768
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
6869
specified parameters to postgresql.conf defaults (Peter E)
69-
70+
* Allow easy display of usernames in a group
7071

7172
DATA TYPES
7273
----------
@@ -129,6 +130,7 @@ VIEWS / RULES
129130
* -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
130131
* Prevent aggregates from being used in rule WHERE clauses
131132

133+
132134
INDEXES
133135
-------
134136

@@ -246,6 +248,7 @@ COMMANDS
246248
without using PL/PgSQL EXECUTE, needs cached plan invalidation
247249
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
248250

251+
249252
CLIENTS
250253
-------
251254

@@ -322,6 +325,7 @@ DEPENDENCY CHECKING
322325
* Make foreign keys easier to identify
323326
* Flush cached query plans when their underlying catalog data changes
324327

328+
325329
TRANSACTIONS
326330
------------
327331

@@ -374,6 +378,7 @@ VACUUM
374378
lock and truncate table [vacuum]
375379
* Provide automatic running of vacuum in the background (Tom)
376380

381+
377382
LOCKING
378383
-------
379384

0 commit comments

Comments
 (0)