From 8ce77b5caba58546ca2f18415a39a90d7b3ec3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BCrkalp=20Burak=20Kayranc=C4=B1o=C4=9Flu?= Date: Sat, 9 Dec 2023 22:40:21 +0300 Subject: [PATCH] out_pgsql: Connection_Options parameter described MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Türkalp Burak Kayrancıoğlu --- pipeline/outputs/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/postgresql.md b/pipeline/outputs/postgresql.md index 74b79de5a..6bb581ed8 100644 --- a/pipeline/outputs/postgresql.md +++ b/pipeline/outputs/postgresql.md @@ -56,7 +56,7 @@ Make sure that the `fluentbit` user can connect to the `fluentbit` database on t | `Password` | Password of PostgreSQL username | - | | `Database` | Database name to connect to | - \(current user\) | | `Table` | Table name where to store data | - | -| `Connection_Options` | PostgreSQL connection options | - | +| `Connection_Options` | Specifies any valid [PostgreSQL connection options](https://www.postgresql.org/docs/devel/libpq-connect.html#LIBPQ-CONNECT-OPTIONS) | - | | `Timestamp_Key` | Key in the JSON object containing the record timestamp | date | | `Async` | Define if we will use async or sync connections | false | | `min_pool_size` | Minimum number of connection in async mode | 1 |