This packet is sent by the server to provide information about a command it has received.
commandTag (string): identifies which SQL command was sent
canBeConverted (boolean): true if the command was a prepared INSERT and can be converted to a COPY STDIN statement
copyStdin (string): the COPY STDIN statement if it was possible to convert the prepared INSERT into a COPY
This packet type has no methods aside from the common ones.