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
fc99311b
Commit
fc99311b
authored
Sep 04, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update HISTORY wording.
parent
07c67187
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
HISTORY
HISTORY
+5
-5
No files found.
HISTORY
View file @
fc99311b
...
...
@@ -11,10 +11,10 @@ Overview
SCHEMA SUPPORT
Schemas allow users to create objects in their own namespace
so two people
can have the same table with the same name.
There is also a public schema for shared tables. Table/index
creation can be restricted by removing permissions on the
public schema.
so two people
or applications can have tables with the same
name. There is also a public schema for shared tables.
Table/index creation can be restricted by removing
p
ermissions on the p
ublic schema.
DROP COLUMN
...
...
@@ -308,7 +308,7 @@ Add locale awareness to regular expression character classes
Enable multibyte support by default (Tatso)
Add GUC variables client_encoding (Tom)
Add GB18030 multibyte support (Bill Huang)
Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo)
Add CREATE/DROP CONVERSION, allowing loadable encodings (Tatsuo
, Kaori
)
Add pg_conversion table (Tatsuo)
Add SQL99 CONVERT() function (Tatsuo)
...
...
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