@@ -116,7 +116,7 @@ Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
116116Improve DOMAIN automatic type casting (Rod, Tom)
117117Allow dollar signs in identifiers, except as first character (Tom)
118118Disallow dollar signs in operator names, so x=$1 works (Tom)
119- Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
119+ Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS (Rod)
120120Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
121121
122122 _________________________________________________________________
@@ -159,7 +159,7 @@ Allow pg_ctl to better handle non-standard ports (Greg)
159159Functional indexes now support indexes on column expressions (Tom)
160160Syntax errors now reported as 'syntax error' rather than 'parse error' (Tom)
161161Have SHOW TRANSACTION_ISOLATION match input to SET TRANSACTION_ISOLATION (Tom)
162- Have COMMENT ON DATABASE on non-local database generate a warning
162+ Have COMMENT ON DATABASE on non-local database generate a warning (Rod)
163163
164164 _________________________________________________________________
165165