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
44ede107
Commit
44ede107
authored
Jan 01, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move a few release note items from "Utility Commands" to "Object Manipulation".
parent
40f4bb5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
38 deletions
+38
-38
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+38
-38
No files found.
doc/src/sgml/release.sgml
View file @
44ede107
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
3 2008/01/01 19:36:20
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
4 2008/01/01 19:41:14
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -1463,6 +1463,43 @@ current_date < 2017-11-17
...
@@ -1463,6 +1463,43 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Implement <command>CREATE TABLE LIKE ... INCLUDING
INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil)
</para>
</listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem>
<para>
Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER
SEQUENCE ... RENAME TO</command> (David Fetter, Neil)
</para>
<para>
Previously this could only be done via <command>ALTER TABLE ...
RENAME TO</command>.
</para>
</listitem>
<listitem>
<para>
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
conflicting backends to exit before failing (Tom)
</para>
<para>
This increases the likelihood that these commands will succeed.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Allow triggers and rules to be deactivated in groups using a
Allow triggers and rules to be deactivated in groups using a
...
@@ -1537,32 +1574,6 @@ current_date < 2017-11-17
...
@@ -1537,32 +1574,6 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Add <command>ALTER VIEW ... RENAME TO</command> and <command>ALTER
SEQUENCE ... RENAME TO</command> (David Fetter, Neil)
</para>
<para>
Previously this could only be done via <command>ALTER TABLE ...
RENAME TO</command>.
</para>
</listitem>
<listitem>
<para>
Implement <command>CREATE TABLE LIKE ... INCLUDING
INDEXES</command> (Trevor Hardcastle, Nikhil Sontakke, Neil)
</para>
</listitem>
<listitem>
<para>
Allow <command>CREATE INDEX CONCURRENTLY</command> to ignore
transactions in other databases (Simon)
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
Make <command>CLUSTER</command> MVCC-safe (Heikki Linnakangas)
...
@@ -1601,17 +1612,6 @@ current_date < 2017-11-17
...
@@ -1601,17 +1612,6 @@ current_date < 2017-11-17
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
Make <command>CREATE/DROP/RENAME DATABASE</> wait briefly for
conflicting backends to exit before failing (Tom)
</para>
<para>
This increases the likelihood that these commands will succeed.
</para>
</listitem>
<listitem>
<listitem>
<para>
<para>
Limit the amount of information reported when a user is dropped
Limit the amount of information reported when a user is dropped
...
...
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