|
141 | 141 | <para> |
142 | 142 | Change <link |
143 | 143 | linkend="array-functions-table"><function>string_to_array()</></link> |
144 | | - to return an empty array forfora zero-length string (Pavel |
| 144 | + to return an empty array for a zero-length string (Pavel |
145 | 145 | Stehule) |
146 | 146 | </para> |
147 | 147 |
|
|
185 | 185 |
|
186 | 186 | <listitem> |
187 | 187 | <para> |
188 | | - Require superuser or <literal>CREATEROLE</> permissions to |
| 188 | + Require superuser or <literal>CREATEROLE</> permissionsin orderto |
189 | 189 | set role comments (Tom Lane) |
190 | 190 | </para> |
191 | 191 | </listitem> |
|
333 | 333 |
|
334 | 334 | <para> |
335 | 335 | This is a read-only permission used for streaming replication |
336 | | - and allows non-super users to initiate replication connections. |
337 | | - Previously onlysuper-users could initiate replication |
338 | | - connections;super-users have this permission by default. |
| 336 | + and allows non-superusers to initiate replication connections. |
| 337 | + Previously onlysuperusers could initiate replication |
| 338 | + connections;superusers have this permission by default. |
339 | 339 | </para> |
340 | 340 | </listitem> |
341 | 341 |
|
|
355 | 355 | </para> |
356 | 356 |
|
357 | 357 | <para> |
358 | | - This reportsthat status of all connected standby servers. |
| 358 | + This reportsthe status of all connected standby servers. |
359 | 359 | </para> |
360 | 360 | </listitem> |
361 | 361 |
|
|
368 | 368 |
|
369 | 369 | <para> |
370 | 370 | This returns the time on the primary that generated the most |
371 | | -recently commit or abort record applied on the standby. |
| 371 | +recent commit or abort record applied on the standby. |
372 | 372 | </para> |
373 | 373 | </listitem> |
374 | 374 |
|
|
413 | 413 | <listitem> |
414 | 414 | <para> |
415 | 415 | Add <filename>recovery.conf</> setting <link |
416 | | - linkend="pause-at-recovery-target"><varname>pause_at_recovery_target |
417 | | - to pause</></link> recovery at target (Simon Riggs) |
| 416 | + linkend="pause-at-recovery-target"><varname>pause_at_recovery_target</></link> |
| 417 | + to pause recovery at target (Simon Riggs) |
418 | 418 | </para> |
419 | 419 |
|
420 | 420 | <para> |
|
573 | 573 |
|
574 | 574 | <listitem> |
575 | 575 | <para> |
576 | | - Supportthey keyword 'all' in the host column of <link |
| 576 | + Supportthe keyword 'all' in the host column of <link |
577 | 577 | linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link> |
578 | 578 | (Peter Eisentraut) |
579 | 579 | </para> |
|
657 | 657 | </para> |
658 | 658 |
|
659 | 659 | <para> |
660 | | -This are like the database-wide statistics counter views but |
| 660 | +These are like the database-wide statistics counter views but |
661 | 661 | reflect counts for only the current transaction. |
662 | 662 | </para> |
663 | 663 | </listitem> |
|
787 | 787 | </para> |
788 | 788 |
|
789 | 789 | <para> |
790 | | - Specifically, let <command>SELECT</> query results befeed |
| 790 | + Specifically, let <command>SELECT</> query results befed |
791 | 791 | into <command>INSERT</>, <command>UPDATE</>, <command>DELETE</> |
792 | 792 | statements. |
793 | 793 | </para> |
|
869 | 869 | <listitem> |
870 | 870 | <para> |
871 | 871 | Allow new values to be added to an existing enum type via |
872 | | - <link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>(Andrew |
| 872 | + <link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>(Andrew |
873 | 873 | Dunstan) |
874 | 874 | </para> |
875 | 875 | </listitem> |
|
1406 | 1406 | <para> |
1407 | 1407 | Allow <literal>public</> as a pseudo-role name in <link |
1408 | 1408 | linkend="functions-info-access-table"><function>has_table_privilege()</></link> |
1409 | | - andandrelated functions (Alvaro Herrera) |
| 1409 | + and related functions (Alvaro Herrera) |
1410 | 1410 | </para> |
1411 | 1411 |
|
1412 | 1412 | <para> |
|
1478 | 1478 | <listitem> |
1479 | 1479 | <para> |
1480 | 1480 | Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN |
1481 | | - ARRAY</></link> to plpgsql to allow arrayinteration (Pavel |
| 1481 | + ARRAY</></link> to plpgsql to allow arrayiteration (Pavel |
1482 | 1482 | Stehule) |
1483 | 1483 | </para> |
1484 | 1484 |
|
|
2145 | 2145 | </para> |
2146 | 2146 |
|
2147 | 2147 | <para> |
2148 | | - Previouslya empty-array query that used an index might return |
| 2148 | + Previouslyan empty-array query that used an index might return |
2149 | 2149 | different results from one that used a sequential scan. |
2150 | 2150 | </para> |
2151 | 2151 | </listitem> |
|