You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc
Juliana Fajardini 2086f99d6b pgsql: add initial support to CopyIn mode/subproto
This sub-protocol inspects messages sent mainly from the frontend to
the backend after a 'COPY FROM STDIN' has been processed by the
backend.

Parses new messages:
- CopyInResponse -- initiates copy-in mode/sub-protocol
- CopyData (In) -- data transfer message, from frontend to backend
- CopyDone -- signals that no more CopyData messages will be seen from
  the frontend, for the current transaction
- CopyFail -- used by the frontend to signal some failure to proceed
  with sending CopyData messages

Task #7645
2 months ago
..
doxygen
userguide pgsql: add initial support to CopyIn mode/subproto 2 months ago
AUTHORS
Basic_Setup.txt
GITGUIDE
INSTALL docs: update url to docs.suricata.io 2 years ago
Makefile.am doc: remove legacy windows install guide 2 years ago
NEWS
README
Setting_up_IPSinline_for_Linux.txt docs: update url to docs.suricata.io 2 years ago
TODO
Third_Party_Installation_Guides.txt

README