This is captured communication between client and remote Postgres database.
>Q - client asks with simple query for COPY command
<G - client gets PGRES_COPY_IN as a result
>d - client sends data
>c - client sends end of copying
<C - database sends flag 'Command completion'
<Z - database sends flag 'Ready for query'
68 views

pcap with postgres communication

Uploaded 6 years ago

This is captured communication between client and remote Postgres database.
>Q - client asks with simple query for COPY command
<G - client gets PGRES_COPY_IN as a result
>d - client sends data
>c - client sends end of copying
<C - database sends flag 'Command completion'
<Z - database sends flag 'Ready for query'