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
0f96ae64
Commit
0f96ae64
authored
Mar 20, 2011
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc minor fixes to 9.1 release notes
Thom Brown
parent
08607c95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.1.sgml
+16
-16
No files found.
doc/src/sgml/release-9.1.sgml
View file @
0f96ae64
...
...
@@ -141,7 +141,7 @@
<para>
Change <link
linkend="array-functions-table"><function>string_to_array()</></link>
to return an empty array for
for
a zero-length string (Pavel
to return an empty array for a zero-length string (Pavel
Stehule)
</para>
...
...
@@ -185,7 +185,7 @@
<listitem>
<para>
Require superuser or <literal>CREATEROLE</> permissions to
Require superuser or <literal>CREATEROLE</> permissions
in order
to
set role comments (Tom Lane)
</para>
</listitem>
...
...
@@ -333,9 +333,9 @@
<para>
This is a read-only permission used for streaming replication
and allows non-super
users to initiate replication connections.
Previously only super
-
users could initiate replication
connections; super
-
users have this permission by default.
and allows non-superusers to initiate replication connections.
Previously only superusers could initiate replication
connections; superusers have this permission by default.
</para>
</listitem>
...
...
@@ -355,7 +355,7 @@
</para>
<para>
This reports th
at
status of all connected standby servers.
This reports th
e
status of all connected standby servers.
</para>
</listitem>
...
...
@@ -368,7 +368,7 @@
<para>
This returns the time on the primary that generated the most
recent
ly
commit or abort record applied on the standby.
recent commit or abort record applied on the standby.
</para>
</listitem>
...
...
@@ -413,8 +413,8 @@
<listitem>
<para>
Add <filename>recovery.conf</> setting <link
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target
to pause
</></link>
recovery at target (Simon Riggs)
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target
</></link>
to pause recovery at target (Simon Riggs)
</para>
<para>
...
...
@@ -573,7 +573,7 @@
<listitem>
<para>
Support the
y
keyword 'all' in the host column of <link
Support the keyword 'all' in the host column of <link
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
(Peter Eisentraut)
</para>
...
...
@@ -657,7 +657,7 @@
</para>
<para>
Th
is
are like the database-wide statistics counter views but
Th
ese
are like the database-wide statistics counter views but
reflect counts for only the current transaction.
</para>
</listitem>
...
...
@@ -787,7 +787,7 @@
</para>
<para>
Specifically, let <command>SELECT</> query results be fe
e
d
Specifically, let <command>SELECT</> query results be fed
into <command>INSERT</>, <command>UPDATE</>, <command>DELETE</>
statements.
</para>
...
...
@@ -869,7 +869,7 @@
<listitem>
<para>
Allow new values to be added to an existing enum type via
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>(Andrew
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>
(Andrew
Dunstan)
</para>
</listitem>
...
...
@@ -1406,7 +1406,7 @@
<para>
Allow <literal>public</> as a pseudo-role name in <link
linkend="functions-info-access-table"><function>has_table_privilege()</></link>
and
and
related functions (Alvaro Herrera)
and related functions (Alvaro Herrera)
</para>
<para>
...
...
@@ -1478,7 +1478,7 @@
<listitem>
<para>
Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN
ARRAY</></link> to plpgsql to allow array i
n
teration (Pavel
ARRAY</></link> to plpgsql to allow array iteration (Pavel
Stehule)
</para>
...
...
@@ -2145,7 +2145,7 @@
</para>
<para>
Previously a empty-array query that used an index might return
Previously a
n
empty-array query that used an index might return
different results from one that used a sequential scan.
</para>
</listitem>
...
...
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