|
244 | 244 | <listitem>
|
245 | 245 | <para>
|
246 | 246 | <emphasis>Allow a table's row type to be cast to the table's supertype
|
247 |
| - if it's a type table.</emphasis> |
| 247 | + if it's a type table</emphasis> |
248 | 248 | </para>
|
249 | 249 | <para>
|
250 | 250 | This is analagous to the existing facility that allows casting a row
|
|
255 | 255 | <listitem>
|
256 | 256 | <para>
|
257 | 257 | <emphasis>Make foreign data wrappers functional, and support FOREIGN
|
258 |
| - TABLEs.</emphasis> |
| 258 | + TABLEs</emphasis> |
259 | 259 | </para>
|
260 | 260 | <para>
|
261 | 261 | Foreign tables are component of SQL/MED, and provide a framework to
|
|
267 | 267 | <listitem>
|
268 | 268 | <para>
|
269 | 269 | <emphasis>Allow a unique or primary key constraint to be created
|
270 |
| - using an existing index.</emphasis> |
| 270 | + using an existing index</emphasis> |
271 | 271 | </para>
|
272 | 272 | </listitem>
|
273 | 273 |
|
274 | 274 | <listitem>
|
275 | 275 | <para>
|
276 | 276 | <emphasis>Implement Serializable Snapshot Isolation, in order to
|
277 |
| - provide a more robust serializable transaction mode.</emphasis> |
| 277 | + provide a more robust serializable transaction mode</emphasis> |
278 | 278 | </para>
|
279 | 279 | <para>
|
280 | 280 | In previous releases, the REPEATABLE READ and SERIALIZABLE isolation
|
|
308 | 308 |
|
309 | 309 | <listitem>
|
310 | 310 | <para>
|
311 |
| - <emphasis>Teach ALTER TABLE .. SET DATA TYPE to avoid a table write |
| 311 | + <emphasis>Teach ALTER TABLE ... SET DATA TYPE to avoid a table write |
312 | 312 | in some cases where it isn't necessary
|
313 | 313 | </emphasis>
|
314 | 314 | </para>
|
|
390 | 390 |
|
391 | 391 | <listitem>
|
392 | 392 | <para>
|
393 |
| - <emphasis>Support unlogged tables.</emphasis> |
| 393 | + <emphasis>Support unlogged tables</emphasis> |
394 | 394 | </para>
|
395 | 395 | <para>
|
396 | 396 | The contents of an unlogged table are not WAL-logged; thus, they
|
|
402 | 402 |
|
403 | 403 | <listitem>
|
404 | 404 | <para>
|
405 |
| - <emphasis>Hash joins now support right and full outer joins.</emphasis> |
| 405 | + <emphasis>Hash joins now support right and full outer joins</emphasis> |
406 | 406 | </para>
|
407 | 407 | <para>
|
408 | 408 | Previously, full joins could be implemented only as a merge join,
|
|
599 | 599 |
|
600 | 600 | <listitem>
|
601 | 601 | <para>
|
602 |
| - Support host names and host key |
603 |
| - word <literal>all</literal> |
| 602 | + Support host names and host key word <literal>all</literal> |
604 | 603 | in <filename>pg_hba.conf</filename>
|
605 | 604 | </para>
|
606 | 605 | </listitem>
|
|
666 | 665 | <para>
|
667 | 666 | <emphasis>When an autovacuum worker (other than one performing an
|
668 | 667 | anti-wraparound vacuum) is unable to obtain a lock on the target
|
669 |
| - relation without blocking, skip the relation.</emphasis> |
| 668 | + relation without blocking, skip the relation</emphasis> |
670 | 669 | </para>
|
671 | 670 | <para>
|
672 | 671 | This avoids pinning down an autovacuum worker. The next autovacuum
|
|
712 | 711 |
|
713 | 712 | <listitem>
|
714 | 713 | <para>
|
715 |
| - <emphasis>Add REPLICATION privilege for ROLEs.</emphasis> |
| 714 | + <emphasis>Add REPLICATION privilege for ROLEs</emphasis> |
716 | 715 | </para>
|
717 | 716 | <para>
|
718 | 717 | This makes it possible for replication to be performed by a
|
|
799 | 798 | <listitem>
|
800 | 799 | <para>
|
801 | 800 | <emphasis>Change pg_last_xlog_receive_location not to move
|
802 |
| - backwards.</emphasis> |
| 801 | + backwards</emphasis> |
803 | 802 | </para>
|
804 | 803 | </listitem>
|
805 | 804 |
|
|
0 commit comments