@@ -8,15 +8,15 @@ Overview
8
8
9
9
Major changes in this release:
10
10
11
- SCHEMA SUPPORT
11
+ Schemas
12
12
13
13
Schemas allow users to create objects in their own namespace
14
14
so two people or applications can have tables with the same
15
15
name. There is also a public schema for shared tables.
16
16
Table/index creation can be restricted by removing
17
17
permissions on the public schema.
18
18
19
- DROP COLUMN
19
+ Drop Column
20
20
21
21
PostgreSQL now support ALTER TABLE ... DROP COLUMN functionality.
22
22
@@ -26,15 +26,6 @@ Overview
26
26
and multiple columns. You specify these functions in
27
27
the SELECT FROM clause, similar to a table or view.
28
28
29
- Privileges
30
-
31
- Functions and procedural languages now have privileges, and
32
- people running them can take on the privileges of their creators.
33
-
34
- Logging
35
-
36
- A variety of logging options have been enhanced.
37
-
38
29
Prepared Queries
39
30
40
31
For performance, PostgreSQL now supports prepared queries.
@@ -44,10 +35,19 @@ Overview
44
35
PostgreSQL now records object dependencies, which allows
45
36
improvements in many areas.
46
37
38
+ Privileges
39
+
40
+ Functions and procedural languages now have privileges, and
41
+ people running them can take on the privileges of their creators.
42
+
47
43
Multibyte/Locale
48
44
49
45
Both multibyte and locale are now enabled by default.
50
46
47
+ Logging
48
+
49
+ A variety of logging options have been enhanced.
50
+
51
51
Interfaces
52
52
53
53
A large number of interfaces have been moved to
0 commit comments