|
371 | 371 | </para>
|
372 | 372 | </listitem>
|
373 | 373 |
|
| 374 | + <listitem> |
| 375 | + <para> |
| 376 | + Replication of <command>TRUNCATE</command> commands is supported, but |
| 377 | + some care must be taken when truncating groups of tables connected by |
| 378 | + foreign keys. When replicating a truncate action, the subscriber will |
| 379 | + truncate the same group of tables that was truncated on the publisher, |
| 380 | + either explictly specified or implicitly collected via |
| 381 | + <literal>CASCADE</literal>, minus tables that are not part of the |
| 382 | + subscription. This will work correctly if all affected tables are part |
| 383 | + of the same subscription. But if some tables to be truncated on the |
| 384 | + subscriber have foreign-key links to tables that are not part of the same |
| 385 | + (or any) subscription, then the application of the truncate action on the |
| 386 | + subscriber will fail. |
| 387 | + </para> |
| 388 | + </listitem> |
| 389 | + |
374 | 390 | <listitem>
|
375 | 391 | <para>
|
376 | 392 | Large objects (see <xref linkend="largeobjects"/>) are not replicated.
|
|