Struct postgres_replication_types::types::TypeMessage
source · pub struct TypeMessage {
pub transaction_id: Option<i32>,
pub oid: i32,
pub namespace: Option<String>,
pub name: String,
}
Fields§
§transaction_id: Option<i32>
Xid of the transaction (only present for streamed transactions).
NOTE: This field is available since protocol version 2.
oid: i32
OID of the relation.
namespace: Option<String>
Namespace (None
for pg_catalog
).
name: String
Name of the data type.