OSDN Git Service

Update as done:
authorBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 17:13:02 +0000 (17:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 8 Aug 2003 17:13:02 +0000 (17:13 +0000)
commit6abde4d8038637d3e7eb48a9de70bef16116acd1
treed87c1a2e3e6f048d81c79d01272b2bde385f22fc
parentd58b01a516b2a8a178d4a42bb18e8ee22e644ca7
Update as done:

< * Allow easy display of usernames in a group
> * -Allow easy display of usernames in a group
88,89d87
< * -Delay resolution of array expression type so assignment coercion
<   can be performed on empty array expressions (Joe)
94c92,94
<  o Support construction of array result values in expressions
>  o -Support construction of array result values in expressions (Joe)
>  o Delay resolution of array expression type so assignment coercion
>    can be performed on empty array expressions (Joe)
148c148
< * Allow LIKE indexing optimization for non-ASCII locales
> * -Allow LIKE indexing optimization for non-ASCII locales using special index
173c173
< * Return proper effected tuple count from complex commands [return]
> * -Return proper effected tuple count from complex commands [return]
236c236
<  o Allow SHOW of non-modifiable variables, like pg_controldata
>   o -Allow SHOW of some non-modifiable variables, like pg_controldata
257a258
>  o Add capability to create and call PROCEDURES
272c273
<
> * Allow psql \du to show groups, and add \dg for groups
424c425
< * Improve Subplan list handling
> * -Improve Subplan list handling
doc/TODO