Commit 2d502b81 authored by Bruce Momjian's avatar Bruce Momjian

doc: update PG 11 release notes, mostly typo fixes

Discussion: https://postgr.es/m/CAJnrtny0mYCMoRanZ1wvGqcPV-UDBoPetavDM1SqxnGVfZRV3g@mail.gmail.com

Author: Brad DeJong
parent 21c1f0c6
...@@ -1315,7 +1315,7 @@ same commits as above ...@@ -1315,7 +1315,7 @@ same commits as above
--> -->
<para> <para>
Add default roles which controls file system access (Stephen Frost) Add default roles which control file system access (Stephen Frost)
</para> </para>
<para> <para>
...@@ -1325,7 +1325,7 @@ same commits as above ...@@ -1325,7 +1325,7 @@ same commits as above
<literal>pg_execute_server_program</literal>. These roles now also <literal>pg_execute_server_program</literal>. These roles now also
control who can use <command>COPY</command> and extension <link control who can use <command>COPY</command> and extension <link
linkend="file-fdw"><application>file_fdw</application></link>. linkend="file-fdw"><application>file_fdw</application></link>.
Previously only super-users could use these functions, and that Previously only superusers could use these functions, and that
is still the default behavior. is still the default behavior.
</para> </para>
</listitem> </listitem>
...@@ -1338,7 +1338,7 @@ same commits as above ...@@ -1338,7 +1338,7 @@ same commits as above
<para> <para>
Allow access to file system functions to be controlled by Allow access to file system functions to be controlled by
<command>GRANT</command>/<command>REVOKE</command> permissions, <command>GRANT</command>/<command>REVOKE</command> permissions,
rather than super-user checks (Stephen Frost) rather than superuser checks (Stephen Frost)
</para> </para>
<para> <para>
...@@ -1364,7 +1364,7 @@ same commits as above ...@@ -1364,7 +1364,7 @@ same commits as above
</para> </para>
<para> <para>
Previously super users were exclusively granted to access these Previously, superusers were exclusively granted access to these
functions. functions.
</para> </para>
...@@ -1387,10 +1387,10 @@ same commits as above ...@@ -1387,10 +1387,10 @@ same commits as above
</para> </para>
<para> <para>
<productname>PostgreSQL</productname> only allows super-users to <productname>PostgreSQL</productname> only allows superusers to
access <application>postgres_fdw</application> tables without access <application>postgres_fdw</application> tables without
passwords, e.g. via <literal>peer</literal>. Previously the passwords, e.g. via <literal>peer</literal>. Previously the
session owner had to be a super-user to allow such access; now session owner had to be a superuser to allow such access; now
the view owner is checked instead. the view owner is checked instead.
</para> </para>
</listitem> </listitem>
...@@ -1424,7 +1424,7 @@ same commits as above ...@@ -1424,7 +1424,7 @@ same commits as above
<para> <para>
Add server setting <link Add server setting <link
linkend="guc-ssl-passphrase-command"><varname>ssl_passphrase_command</varname></link> linkend="guc-ssl-passphrase-command"><varname>ssl_passphrase_command</varname></link>
to allow supplying of the the passphrase for <acronym>SSL</acronym> to allow supplying of the passphrase for <acronym>SSL</acronym>
key files (Peter Eisentraut) key files (Peter Eisentraut)
</para> </para>
...@@ -1467,7 +1467,7 @@ same commits as above ...@@ -1467,7 +1467,7 @@ same commits as above
<para> <para>
The new unit is "B". This is in addition to "kB", "MB", "GB" The new unit is "B". This is in addition to "kB", "MB", "GB"
and "TB", which were accepted previously. and "TB".
</para> </para>
</listitem> </listitem>
...@@ -1567,7 +1567,7 @@ same commits as above ...@@ -1567,7 +1567,7 @@ same commits as above
--> -->
<para> <para>
Exclude unlogged, temporary tables, and Exclude unlogged tables, temporary tables, and
<filename>pg_internal.init</filename> files from streaming base <filename>pg_internal.init</filename> files from streaming base
backups (David Steele) backups (David Steele)
</para> </para>
...@@ -1726,8 +1726,8 @@ same commits as above ...@@ -1726,8 +1726,8 @@ same commits as above
<para> <para>
Also, if any table mentioned in <command>VACUUM</command> uses Also, if any table mentioned in <command>VACUUM</command> uses
a column list, then <command>ANALYZE</command> keyword must be a column list, then the <command>ANALYZE</command> keyword must be
supplied; previously <command>ANALYZE</command> was implied in supplied; previously, <command>ANALYZE</command> was implied in
such cases. such cases.
</para> </para>
</listitem> </listitem>
...@@ -1760,7 +1760,7 @@ same commits as above ...@@ -1760,7 +1760,7 @@ same commits as above
</para> </para>
<para> <para>
This is useful for allowing aggregate functions be optimized and This is useful for allowing aggregate functions to be optimized and
to work as window functions. to work as window functions.
</para> </para>
...@@ -1803,7 +1803,7 @@ same commits as above ...@@ -1803,7 +1803,7 @@ same commits as above
</para> </para>
<para> <para>
Also allow PL/PL/Perl, PL/Python, and PL/Tcl to handle Also allow PL/Perl, PL/Python, and PL/Tcl to handle
composite-domain function arguments and results. Also improve composite-domain function arguments and results. Also improve
PL/Python domain handling. PL/Python domain handling.
</para> </para>
...@@ -1896,7 +1896,7 @@ same commits as above ...@@ -1896,7 +1896,7 @@ same commits as above
<para> <para>
Add text search function <link Add text search function <link
linkend="textsearch-functions-table"><function>websearch_to_tsquery()</function></link> linkend="textsearch-functions-table"><function>websearch_to_tsquery()</function></link>
that supports a queries syntax similar to that used by web search that supports a query syntax similar to that used by web search
engines (Victor Drobny, Dmitry Ivanov) engines (Victor Drobny, Dmitry Ivanov)
</para> </para>
</listitem> </listitem>
...@@ -1909,7 +1909,7 @@ same commits as above ...@@ -1909,7 +1909,7 @@ same commits as above
<para> <para>
Add function <link Add function <link
linkend="textsearch-functions-table"><function>json(b)_to_tsvector()</function></link> linkend="textsearch-functions-table"><function>json(b)_to_tsvector()</function></link>
to create text search query for matching to create a text search query for matching
<type>JSON</type>/<type>JSONB </type>values (Dmitry Dolgov) <type>JSON</type>/<type>JSONB </type>values (Dmitry Dolgov)
</para> </para>
...@@ -2309,7 +2309,7 @@ same commits as above ...@@ -2309,7 +2309,7 @@ same commits as above
--> -->
<para> <para>
Add approximated Zipfian-distributed random generator to Add an approximated Zipfian-distributed random generator to
<application>pgbench</application> (Alik Khilazhev) <application>pgbench</application> (Alik Khilazhev)
</para> </para>
</listitem> </listitem>
...@@ -2379,16 +2379,16 @@ same commits as above ...@@ -2379,16 +2379,16 @@ same commits as above
--> -->
<para> <para>
Add <link Add an option to <link
linkend="app-pgbasebackup"><application>pg_basebackup</application></link> linkend="app-pgbasebackup"><application>pg_basebackup</application></link>
option to create a named replication slot (Michael Banck) that creates a named replication slot (Michael Banck)
</para> </para>
<para> <para>
The option <option>--create-slot</option> creates The option <option>--create-slot</option> creates
the named replication slot (<option>--slot</option>) the named replication slot (<option>--slot</option>)
when the <acronym>WAL</acronym> streaming method when the <acronym>WAL</acronym> streaming method
(<option>-wal-method=stream</option>) is used. (<option>--wal-method=stream</option>) is used.
</para> </para>
<para> <para>
...@@ -2560,7 +2560,7 @@ same commits as above ...@@ -2560,7 +2560,7 @@ same commits as above
</para> </para>
<para> <para>
This is useful if the system to be loaded has a different collation This is useful if the system to be loaded has different collation
definitions or endianness, requiring the rows to be stored in definitions or endianness, requiring the rows to be stored in
different partitions. different partitions.
</para> </para>
...@@ -2572,7 +2572,7 @@ same commits as above ...@@ -2572,7 +2572,7 @@ same commits as above
--> -->
<para> <para>
Add ability to suppress dumping and restoring of comments Add an option to suppress dumping and restoring comments
(Robins Tharakan) (Robins Tharakan)
</para> </para>
...@@ -2884,7 +2884,7 @@ same commits as above ...@@ -2884,7 +2884,7 @@ same commits as above
</para> </para>
<para> <para>
Previously only super-users could call adminpack functions; Previously only superusers could call adminpack functions;
now role permissions are checked. now role permissions are checked.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment