Skip to content

Commit b1b639b

Browse files
sql: add pgx driver support to missing sql connectors (#4064)
1 parent f28567f commit b1b639b

File tree

14 files changed

+17
-3
lines changed

14 files changed

+17
-3
lines changed

docs/modules/components/pages/caches/sql.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ A database <<drivers, driver>> to use.
114114
Options:
115115
`mysql`
116116
, `postgres`
117+
, `pgx`
117118
, `clickhouse`
118119
, `mssql`
119120
, `sqlite`

docs/modules/components/pages/inputs/sql_raw.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ A database <<drivers, driver>> to use.
119119
Options:
120120
`mysql`
121121
, `postgres`
122+
, `pgx`
122123
, `clickhouse`
123124
, `mssql`
124125
, `sqlite`

docs/modules/components/pages/inputs/sql_select.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ A database <<drivers, driver>> to use.
127127
Options:
128128
`mysql`
129129
, `postgres`
130+
, `pgx`
130131
, `clickhouse`
131132
, `mssql`
132133
, `sqlite`

docs/modules/components/pages/outputs/sql_insert.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ A database <<drivers, driver>> to use.
136136
Options:
137137
`mysql`
138138
, `postgres`
139+
, `pgx`
139140
, `clickhouse`
140141
, `mssql`
141142
, `sqlite`

docs/modules/components/pages/outputs/sql_raw.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ A database <<drivers, driver>> to use.
162162
Options:
163163
`mysql`
164164
, `postgres`
165+
, `pgx`
165166
, `clickhouse`
166167
, `mssql`
167168
, `sqlite`

docs/modules/components/pages/processors/archive.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The resulting archived message adopts the metadata of the _first_ message part o
3939
4040
The functionality of this processor depends on being applied across messages that are batched. You can find out more about batching xref:configuration:batching.adoc[in this doc].
4141
42+
To reverse this process use the xref:components:processors/unarchive.adoc[`unarchive` processor] followed by a xref:components:processors/split.adoc[`split` processor] to process each message individually.
43+
4244
== Fields
4345
4446
=== `format`

docs/modules/components/pages/processors/group_by.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Once the groups are established a list of processors are applied to their respec
3535
3636
The functionality of this processor depends on being applied across messages that are batched. You can find out more about batching xref:configuration:batching.adoc[in this doc].
3737
38+
To further divide each group into individual messages, follow this processor with a xref:components:processors/split.adoc[`split` processor].
39+
3840
== Fields
3941
4042
=== `[].check`

docs/modules/components/pages/processors/group_by_value.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ This allows you to group messages using arbitrary fields within their content or
3636
3737
The functionality of this processor depends on being applied across messages that are batched. You can find out more about batching xref:configuration:batching.adoc[in this doc].
3838
39+
To further divide each group into individual messages, follow this processor with a xref:components:processors/split.adoc[`split` processor].
40+
3941
== Fields
4042
4143
=== `value`

docs/modules/components/pages/processors/sql_insert.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ A database <<drivers, driver>> to use.
124124
Options:
125125
`mysql`
126126
, `postgres`
127+
, `pgx`
127128
, `clickhouse`
128129
, `mssql`
129130
, `sqlite`

docs/modules/components/pages/processors/sql_raw.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ A database <<drivers, driver>> to use.
166166
Options:
167167
`mysql`
168168
, `postgres`
169+
, `pgx`
169170
, `clickhouse`
170171
, `mssql`
171172
, `sqlite`

0 commit comments

Comments
 (0)