| Slony-I 2.2.10 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next | 
8.12. Table: sl_log_script
Captures SQL script queries to be propagated to subscriber nodes
Structure of sl_log_script
- log_origin
- integer - Origin name from which the change came 
- log_txid
- bigint - Transaction ID on the origin node 
- log_actionseq
- bigint - The sequence number in which actions will be applied on replicas 
- log_cmdtype
- "char" 
- log_cmdargs
- text[] - The DDL statement, optionally followed by selected nodes to execute it on. 
Indexes on sl_log_script
- sl_log_script_idx1
- log_origin, log_txid, log_actionseq