Skip to main content

send_copy_both_response

Function send_copy_both_response 

Source
pub async fn send_copy_both_response<C>(
    client: &mut C,
    resp: CopyResponse,
) -> PgWireResult<()>
Expand description

Send a CopyBothResponse header and stream copy data to the client.