Skip to content

Commit 4d904a7

Browse files
pipeline: outputs: postgresql: Add info about workers
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 11b2c5b commit 4d904a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/postgresql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Make sure that the `fluentbit` user can connect to the `fluentbit` database on t
6262
| `min_pool_size` | Minimum number of connection in async mode | 1 |
6363
| `max_pool_size` | Maximum amount of connections in async mode | 4 |
6464
| `cockroachdb` | Set to `true` if you will connect the plugin with a CockroachDB | false |
65+
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
6566

6667
### Libpq
6768

@@ -129,4 +130,3 @@ Here follows a list of useful resources from the PostgreSQL documentation:
129130
* [libpq - Environment variables](https://www.postgresql.org/docs/current/libpq-envars.html)
130131
* [libpq - password file](https://www.postgresql.org/docs/current/libpq-pgpass.html)
131132
* [Trigger functions](https://www.postgresql.org/docs/current/plpgsql-trigger.html)
132-

0 commit comments

Comments
 (0)