summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-04 17:11:47 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-04 17:11:47 +0000
commitfc99311b9a446af0163bea21350a372cbf4db16a (patch)
treef92eb47ba1e656bcfa42deb02a09ab71bae751f0 /HISTORY
parent07c67187bf2ce76febd01f69b51d309d54246505 (diff)
downloadpostgresql-fc99311b9a446af0163bea21350a372cbf4db16a.tar.gz
Update HISTORY wording.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY10
1 files changed, 5 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 88af27ad28..c5df9798f3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -11,10 +11,10 @@ Overview
SCHEMA SUPPORT
Schemas allow users to create objects in their own namespace
- so two people can have the same table with the same name.
- There is also a public schema for shared tables. Table/index
- creation can be restricted by removing permissions on the
- public schema.
+ so two people or applications can have tables with the same
+ name. There is also a public schema for shared tables.
+ Table/index creation can be restricted by removing
+ permissions on the public schema.
DROP COLUMN
@@ -308,7 +308,7 @@ Add locale awareness to regular expression character classes
Enable multibyte support by default (Tatso)
Add GUC variables client_encoding (Tom)
Add GB18030 multibyte support (Bill Huang)
-Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo)
+Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo, Kaori)
Add pg_conversion table (Tatsuo)
Add SQL99 CONVERT() function (Tatsuo)