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

Commit 99dc1cf

Browse files
committed
Reorder items.
1 parent b1e20bd commit 99dc1cf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

HISTORY

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Overview
88

99
Major changes in this release:
1010

11-
SCHEMA SUPPORT
11+
Schemas
1212

1313
Schemas allow users to create objects in their own namespace
1414
so two people or applications can have tables with the same
1515
name. There is also a public schema for shared tables.
1616
Table/index creation can be restricted by removing
1717
permissions on the public schema.
1818

19-
DROP COLUMN
19+
Drop Column
2020

2121
PostgreSQL now support ALTER TABLE ... DROP COLUMN functionality.
2222

@@ -26,15 +26,6 @@ Overview
2626
and multiple columns. You specify these functions in
2727
the SELECT FROM clause, similar to a table or view.
2828

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-
3829
Prepared Queries
3930

4031
For performance, PostgreSQL now supports prepared queries.
@@ -44,10 +35,19 @@ Overview
4435
PostgreSQL now records object dependencies, which allows
4536
improvements in many areas.
4637

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+
4743
Multibyte/Locale
4844

4945
Both multibyte and locale are now enabled by default.
5046

47+
Logging
48+
49+
A variety of logging options have been enhanced.
50+
5151
Interfaces
5252

5353
A large number of interfaces have been moved to

0 commit comments

Comments
 (0)