WalEx.Changes.UpdatedRecord (WalEx v4.8.0)

Copy Markdown View Source

A row updated within a transaction; includes the previous values when REPLICA IDENTITY FULL is set.

Summary

Types

t()

@type t() :: %WalEx.Changes.UpdatedRecord{
  columns: [struct()] | nil,
  commit_timestamp: DateTime.t() | nil,
  lsn: WalEx.Changes.lsn() | nil,
  old_record: map() | nil,
  record: map() | nil,
  schema: String.t() | nil,
  table: String.t() | nil,
  type: String.t()
}