Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3e3e32a1
Commit
3e3e32a1
authored
5 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
doc: Release notes refinements
In particular, make some more precise links for some major items.
parent
a430c7b4
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/alter_table.sgml
+1
-1
1 addition, 1 deletion
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/release-12.sgml
+12
-11
12 additions, 11 deletions
doc/src/sgml/release-12.sgml
with
13 additions
and
12 deletions
doc/src/sgml/ref/alter_table.sgml
+
1
−
1
View file @
3e3e32a1
...
...
@@ -831,7 +831,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
</listitem>
</varlistentry>
<varlistentry>
<varlistentry
id="sql-altertable-attach-partition"
>
<term><literal>ATTACH PARTITION <replaceable class="parameter">partition_name</replaceable> { FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
<listitem>
<para>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/release-12.sgml
+
12
−
11
View file @
3e3e32a1
...
...
@@ -35,9 +35,9 @@
<para>
Partitioning performance enhancements, including improved query
performance on tables with thousands of partitions, improved
insertion performance with <xref linkend="sql-insert"/> and
<xref
linkend="sql-copy"/>, and the ability to
execute <link
linkend="sql-altertable"><command>ALTER TABLE ATTACH
insertion performance with <xref linkend="sql-insert"/> and
<xref
linkend="sql-copy"/>, and the ability to
execute <link
linkend="sql-altertable
-attach-partition
"><command>ALTER TABLE ATTACH
PARTITION</command></link> without blocking queries
</para>
</listitem>
...
...
@@ -84,7 +84,7 @@
<itemizedlist>
<listitem>
<para>
<link linkend="sql-reindex"><command>REINDEX
<link linkend="sql-reindex
-concurrently
"><command>REINDEX
CONCURRENTLY</command></link> can rebuild an index without
blocking writes to its table
</para>
...
...
@@ -111,8 +111,9 @@
<listitem>
<para>
Support for the <acronym>SQL/JSON</acronym>
<link linkend="functions-sqljson-path">path</link> language
Support for the <link
linkend="functions-sqljson-path"><acronym>SQL/JSON</acronym>
path</link> language
</para>
</listitem>
...
...
@@ -124,9 +125,9 @@
<listitem>
<para>
Nondeterministic ICU
<link linkend="collation">collations</link>, enabl
ing
case-insensitive and accent-insensitive grouping
and ordering
<link linkend="collation-nondeterministic">
Nondeterministic
</link>
ICU
collations, enabling case-insensitive and accent-insensitive group
ing
and ordering
</para>
</listitem>
...
...
@@ -201,7 +202,7 @@ Author: Andres Freund <andres@anarazel.de>
Previously, a normally-invisible <structfield>oid</structfield>
column could be specified during table creation using <literal>WITH
OIDS</literal>; that ability has been removed. Columns can still be
explicitly declared as type <type>
OID
</type>. Operations on tables
explicitly declared as type <type>
oid
</type>. Operations on tables
that have columns created using <literal>WITH OIDS</literal> will
need adjustment.
</para>
...
...
@@ -2198,7 +2199,7 @@ Author: Robert Haas <rhaas@postgresql.org>
<para>
Allow <command>VACUUM</command> and <command>ANALYZE</command>
to take optional
b
oolean argument specifications (Masahiko Sawada)
to take optional
B
oolean argument specifications (Masahiko Sawada)
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment