Update HISTORY wording.

This commit is contained in:
Bruce Momjian 2002-09-04 17:11:47 +00:00
parent 07c67187bf
commit fc99311b9a
1 changed files with 5 additions and 5 deletions

10
HISTORY
View File

@ -11,10 +11,10 @@ Overview
SCHEMA SUPPORT SCHEMA SUPPORT
Schemas allow users to create objects in their own namespace Schemas allow users to create objects in their own namespace
so two people can have the same table with the same name. so two people or applications can have tables with the same
There is also a public schema for shared tables. Table/index name. There is also a public schema for shared tables.
creation can be restricted by removing permissions on the Table/index creation can be restricted by removing
public schema. permissions on the public schema.
DROP COLUMN DROP COLUMN
@ -308,7 +308,7 @@ Add locale awareness to regular expression character classes
Enable multibyte support by default (Tatso) Enable multibyte support by default (Tatso)
Add GUC variables client_encoding (Tom) Add GUC variables client_encoding (Tom)
Add GB18030 multibyte support (Bill Huang) 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 pg_conversion table (Tatsuo)
Add SQL99 CONVERT() function (Tatsuo) Add SQL99 CONVERT() function (Tatsuo)