File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ Overview
11
11
SCHEMA SUPPORT
12
12
13
13
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.
18
18
19
19
DROP COLUMN
20
20
@@ -308,7 +308,7 @@ Add locale awareness to regular expression character classes
308
308
Enable multibyte support by default (Tatso)
309
309
Add GUC variables client_encoding (Tom)
310
310
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 )
312
312
Add pg_conversion table (Tatsuo)
313
313
Add SQL99 CONVERT() function (Tatsuo)
314
314
You can’t perform that action at this time.
0 commit comments