Project

General

Profile

Actions

Feature #7644

closed

Feature #4566: pgsql: add subprotocol-states

Feature #4854: pgsql: Add COPY subprotocol-state

pgsql: add CopyOut subprotocol/mode

Added by Juliana Fajardini Reichow 7 days ago. Updated 7 days ago.

Status:
Closed
Priority:
Normal
Target version:
Effort:
Difficulty:
Label:

Description

Add initial support to PostgreSQL's CopyOut mode, in which a backend will send 0 or more CopyData [Out] messages to a frontend, in response to a COPY TO STDOUT statement from a simple query (happens in extended mode/ subprotocol, too, although extended query mode isn't covered by the pgsql app-layer yet).

PostgreSQL's protocol has a so called Copy subprotocol.

The COPY operations can be split into three different modes (cf https://www.postgresql.org/docs/13/protocol-flow.html#PROTOCOL-COPY):
- Copy-In mode - high-speed bulk data transfer to the server
- Copy-Out mode - high-speed bulk data transfer from the server
- Copy-Both - high-speed bulk data transfer to and from the server


Related issues 1 (1 open0 closed)

Related to Suricata - Feature #7645: pgsql: add CopyIn subprotocol/modeNewJuliana Fajardini ReichowActions
Actions #1

Updated by Juliana Fajardini Reichow 7 days ago

  • Related to Feature #4854: pgsql: Add COPY subprotocol-state added
Actions #2

Updated by Juliana Fajardini Reichow 7 days ago ยท Edited

  • Status changed from New to Closed
Actions #3

Updated by Juliana Fajardini Reichow 7 days ago

  • Related to Feature #7645: pgsql: add CopyIn subprotocol/mode added
Actions #4

Updated by Juliana Fajardini Reichow 7 days ago

  • Parent task set to #4854
Actions

Also available in: Atom PDF