diff options
author | Bruce Momjian | 2002-09-04 17:27:13 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-09-04 17:27:13 +0000 |
commit | 99dc1cf393a515d5ea20d978c76bc9c7ec45126a (patch) | |
tree | 47a77f07b378c43e72520160b609f4ab263001db | |
parent | b1e20bd707fab3a2d1483e4ff63ac3c1315f76ba (diff) |
Reorder items.
-rw-r--r-- | HISTORY | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -8,7 +8,7 @@ Overview Major changes in this release: - SCHEMA SUPPORT + Schemas Schemas allow users to create objects in their own namespace so two people or applications can have tables with the same @@ -16,7 +16,7 @@ Overview Table/index creation can be restricted by removing permissions on the public schema. - DROP COLUMN + Drop Column PostgreSQL now support ALTER TABLE ... DROP COLUMN functionality. @@ -26,15 +26,6 @@ Overview and multiple columns. You specify these functions in the SELECT FROM clause, similar to a table or view. - Privileges - - Functions and procedural languages now have privileges, and - people running them can take on the privileges of their creators. - - Logging - - A variety of logging options have been enhanced. - Prepared Queries For performance, PostgreSQL now supports prepared queries. @@ -44,10 +35,19 @@ Overview PostgreSQL now records object dependencies, which allows improvements in many areas. + Privileges + + Functions and procedural languages now have privileges, and + people running them can take on the privileges of their creators. + Multibyte/Locale Both multibyte and locale are now enabled by default. + Logging + + A variety of logging options have been enhanced. + Interfaces A large number of interfaces have been moved to |