Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
99dc1cf3
Commit
99dc1cf3
authored
Sep 04, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder items.
parent
b1e20bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
HISTORY
HISTORY
+11
-11
No files found.
HISTORY
View file @
99dc1cf3
...
@@ -8,7 +8,7 @@ Overview
...
@@ -8,7 +8,7 @@ Overview
Major changes in this release:
Major changes in this release:
S
CHEMA SUPPORT
S
chemas
Schemas allow users to create objects in their own namespace
Schemas allow users to create objects in their own namespace
so two people or applications can have tables with the same
so two people or applications can have tables with the same
...
@@ -16,7 +16,7 @@ Overview
...
@@ -16,7 +16,7 @@ Overview
Table/index creation can be restricted by removing
Table/index creation can be restricted by removing
permissions on the public schema.
permissions on the public schema.
D
ROP COLUMN
D
rop Column
PostgreSQL now support ALTER TABLE ... DROP COLUMN functionality.
PostgreSQL now support ALTER TABLE ... DROP COLUMN functionality.
...
@@ -26,15 +26,6 @@ Overview
...
@@ -26,15 +26,6 @@ Overview
and multiple columns. You specify these functions in
and multiple columns. You specify these functions in
the SELECT FROM clause, similar to a table or view.
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
Prepared Queries
For performance, PostgreSQL now supports prepared queries.
For performance, PostgreSQL now supports prepared queries.
...
@@ -44,10 +35,19 @@ Overview
...
@@ -44,10 +35,19 @@ Overview
PostgreSQL now records object dependencies, which allows
PostgreSQL now records object dependencies, which allows
improvements in many areas.
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
Multibyte/Locale
Both multibyte and locale are now enabled by default.
Both multibyte and locale are now enabled by default.
Logging
A variety of logging options have been enhanced.
Interfaces
Interfaces
A large number of interfaces have been moved to
A large number of interfaces have been moved to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment