Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99dc1cf

Browse files
committed
Reorder items.
1 parentb1e20bd commit99dc1cf

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)

[8]ページ先頭

©2009-2025 Movatter.jp