My replication is stuck just because of one command that inserts a record with a null value in a non nullable column.
ERROR:
Must attach a value to the binary prefix '0x'; zero-length binary value is not allowed.
LAST COMMAND:
insert into "credit_card" values (12579487, 1, 1, 0x , '022002', 'Firstname Lastname ', NULL)
Transaction sequence number and command ID of last execution batch are 0x00011A9100014F22001B00000000 and 1.
How can I cleanly clear this last command?
Andel
andelbarroga@hotmail.com
ERROR:
Must attach a value to the binary prefix '0x'; zero-length binary value is not allowed.
LAST COMMAND:
insert into "credit_card" values (12579487, 1, 1, 0x , '022002', 'Firstname Lastname ', NULL)
Transaction sequence number and command ID of last execution batch are 0x00011A9100014F22001B00000000 and 1.
How can I cleanly clear this last command?
Andel
andelbarroga@hotmail.com