summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-08 17:17:17 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-08 17:17:17 +0000
commit8d74e178d2874e51ee836ae1e4ae2ce8ed87fdc0 (patch)
treefc6468ee4684f730c96edfe4df4c3ebd46e5bd85 /HISTORY
parent6abde4d8038637d3e7eb48a9de70bef16116acd1 (diff)
downloadpostgresql-8d74e178d2874e51ee836ae1e4ae2ce8ed87fdc0.tar.gz
Update items.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index d29d292b37..b12404d18e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -116,7 +116,7 @@ Add ALTER TABLE ... CLUSTER ON (Alvaro Herrera)
Improve DOMAIN automatic type casting (Rod, Tom)
Allow dollar signs in identifiers, except as first character (Tom)
Disallow dollar signs in operator names, so x=$1 works (Tom)
-Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS? (Rod)
+Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS (Rod)
Add WITH GRANT OPTION clause to GRANT, per SQL spec (Peter)
_________________________________________________________________
@@ -159,7 +159,7 @@ Allow pg_ctl to better handle non-standard ports (Greg)
Functional indexes now support indexes on column expressions (Tom)
Syntax errors now reported as 'syntax error' rather than 'parse error' (Tom)
Have SHOW TRANSACTION_ISOLATION match input to SET TRANSACTION_ISOLATION (Tom)
-Have COMMENT ON DATABASE on non-local database generate a warning
+Have COMMENT ON DATABASE on non-local database generate a warning (Rod)
_________________________________________________________________