Column-level conflict functions v5.6
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
bdr.column_timestamps_create
This function creates column-level conflict resolution. It's called within column_timestamp_enable
.
Synopsis
bdr.column_timestamps_create(p_source cstring, p_timestamp timestampstz)
Parameters
p_source
— The two options arecurrent
orcommit
.p_timestamp
— Timestamp depends on the source chosen. Ifcommit
, thenTIMESTAMP_SOURCE_COMMIT
. Ifcurrent
, thenTIMESTAMP_SOURCE_CURRENT
.
- On this page
- bdr.column_timestamps_create