The server sends a CommandComplete packet when a command (or query) has finished executing.
Stirng packetType: "CommandComplete"
String commandTag : the string describing the command. See the Postgres documentation for details. A typical example would be UPDATE 23 after an update affected 23 rows.