Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fc99311

Browse files
committed
Update HISTORY wording.
1 parent 07c6718 commit fc99311

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HISTORY

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Overview
1111
SCHEMA SUPPORT
1212

1313
Schemas allow users to create objects in their own namespace
14-
so two people can have the same table with the same name.
15-
There is also a public schema for shared tables. Table/index
16-
creation can be restricted by removing permissions on the
17-
public schema.
14+
so two people or applications can have tables with the same
15+
name. There is also a public schema for shared tables.
16+
Table/index creation can be restricted by removing
17+
permissions on the public schema.
1818

1919
DROP COLUMN
2020

@@ -308,7 +308,7 @@ Add locale awareness to regular expression character classes
308308
Enable multibyte support by default (Tatso)
309309
Add GUC variables client_encoding (Tom)
310310
Add GB18030 multibyte support (Bill Huang)
311-
Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo)
311+
Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo, Kaori)
312312
Add pg_conversion table (Tatsuo)
313313
Add SQL99 CONVERT() function (Tatsuo)
314314

0 commit comments

Comments
 (0)