|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.47 2000/05/02 20:01:52 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.48 2000/05/04 16:15:08 thomas Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="release">
|
@@ -243,19 +243,19 @@ Fix log() on numeric type (Tom)
|
243 | 243 | Deprecate ':' and ';' operators
|
244 | 244 | Allow vacuum of temporary tables
|
245 | 245 | Disallow inherited columns with the same name as new columns
|
246 |
| -Recover or force failure when disk space is exhausted(Hiroshi) |
| 246 | +Recover or force failure when disk space is exhausted (Hiroshi) |
247 | 247 | Fix INSERT INTO ... SELECT with AS columns matching result columns
|
248 |
| -Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns(Tom) |
249 |
| -Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT(Tom) |
| 248 | +Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns (Tom) |
| 249 | +Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT (Tom) |
250 | 250 | Fix UNION with LIMIT
|
251 | 251 | Fix CREATE TABLE x AS SELECT 1 UNION SELECT 2
|
252 | 252 | Fix CREATE TABLE test(col char(2) DEFAULT user)
|
253 | 253 | Fix mismatched types in CREATE TABLE ... DEFAULT
|
254 | 254 | Fix SELECT * FROM pg_class where oid in (0,-1)
|
255 | 255 | Fix SELECT COUNT('asdf') FROM pg_class WHERE oid=12
|
256 |
| -Prevent user who can create databases can modifying pg_database table(Peter E) |
257 |
| -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom) |
258 |
| -Fix INSERT of 0.0 into DECIMAL(4,4) field(Tom) |
| 256 | +Prevent user who can create databases can modifying pg_database table (Peter E) |
| 257 | +Fix btree to give a useful elog when key > 1/2 (page - overhead) (Tom) |
| 258 | +Fix INSERT of 0.0 into DECIMAL(4,4) field (Tom) |
259 | 259 |
|
260 | 260 | Enhancements
|
261 | 261 | ------------
|
@@ -376,8 +376,8 @@ New pg_options.sample file
|
376 | 376 | New SET FSYNC command (Massimo)
|
377 | 377 | Allow pg_descriptions when creating tables
|
378 | 378 | Allow pg_descriptions when creating types, columns, and functions
|
379 |
| -Allow psql \copy to allow delimiters(Peter E) |
380 |
| -Allow psql to print nulls as distinct from "" [null](Peter E) |
| 379 | +Allow psql \copy to allow delimiters (Peter E) |
| 380 | +Allow psql to print nulls as distinct from "" [null] (Peter E) |
381 | 381 |
|
382 | 382 | Types
|
383 | 383 | -----
|
|
0 commit comments