This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit a21b97ef090222ce46d197df394fd6566269b76f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Aug 9 19:04:54 2020 +0200 Regen --- docs/components/modules/ROOT/pages/pgevent-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/pgevent-component.adoc b/docs/components/modules/ROOT/pages/pgevent-component.adoc index b3fb80c..ca0e787 100644 --- a/docs/components/modules/ROOT/pages/pgevent-component.adoc +++ b/docs/components/modules/ROOT/pages/pgevent-component.adoc @@ -80,7 +80,7 @@ with the following path and query parameters: | Name | Description | Default | Type | *host* | To connect using hostname and port to the database. | localhost | String | *port* | To connect using hostname and port to the database. | 5432 | Integer -| *database* | *Required* The database name | | String +| *database* | *Required* The database name. The database name can take any characters because it is sent as a quoted identifier. It is part of the endpoint URI, so diacritical marks and non-Latin letters have to be URL encoded. | | String | *channel* | *Required* The channel name | | String |===