EnterpriseDB / docs

EDB Docs
https://www.enterprisedb.com/docs/
Apache License 2.0
44 stars 217 forks source link

pgd: note deprecation of bdr.column_timestamps_{disable|enable() functions #5813

Open ibarwick opened 1 week ago

ibarwick commented 1 week ago

What Changed?

Following functions:

were marked as deprecated in BDR 3.7. Their functionality is covered by the more general function bdr.alter_table_conflict_detection().

However, the experimental commit timestamp feature (in place of the default current timestamp) can only be specified with bdr.column_timestamps_enable(), so note that.

BDR-5175