diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e71b99fa2dd6d997421c564440ac6757f501df94..ad6dada56fd1e55410d772f5c5bf91b6ce88f983 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,5 +1,5 @@ @@ -243,19 +243,19 @@ Fix log() on numeric type (Tom) Deprecate ':' and ';' operators Allow vacuum of temporary tables Disallow inherited columns with the same name as new columns -Recover or force failure when disk space is exhausted(Hiroshi) +Recover or force failure when disk space is exhausted (Hiroshi) Fix INSERT INTO ... SELECT with AS columns matching result columns -Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns(Tom) -Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT(Tom) +Fix INSERT ... SELECT ... GROUP BY groups by target columns not source columns (Tom) +Fix CREATE TABLE test (a char(5) DEFAULT text '', b int4) with INSERT (Tom) Fix UNION with LIMIT Fix CREATE TABLE x AS SELECT 1 UNION SELECT 2 Fix CREATE TABLE test(col char(2) DEFAULT user) Fix mismatched types in CREATE TABLE ... DEFAULT Fix SELECT * FROM pg_class where oid in (0,-1) Fix SELECT COUNT('asdf') FROM pg_class WHERE oid=12 -Prevent user who can create databases can modifying pg_database table(Peter E) -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom) -Fix INSERT of 0.0 into DECIMAL(4,4) field(Tom) +Prevent user who can create databases can modifying pg_database table (Peter E) +Fix btree to give a useful elog when key > 1/2 (page - overhead) (Tom) +Fix INSERT of 0.0 into DECIMAL(4,4) field (Tom) Enhancements ------------ @@ -376,8 +376,8 @@ New pg_options.sample file New SET FSYNC command (Massimo) Allow pg_descriptions when creating tables Allow pg_descriptions when creating types, columns, and functions -Allow psql \copy to allow delimiters(Peter E) -Allow psql to print nulls as distinct from "" [null](Peter E) +Allow psql \copy to allow delimiters (Peter E) +Allow psql to print nulls as distinct from "" [null] (Peter E) Types -----