You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2020/05/15 08:39:10 UTC

[incubator-streampipes-extensions] 04/05: completed documentation

This is an automated email from the ASF dual-hosted git repository.

micklich pushed a commit to branch feature/postgis-sink
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit e268347185ac47225f8dafd3b38ebb1dd8db22b4
Author: micklich <fl...@disy.net>
AuthorDate: Fri May 15 10:38:03 2020 +0200

    completed documentation
---
 .../documentation.md                                              | 8 +++++++-
 .../strings.en                                                    | 5 +++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md b/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md
index b219701..10d920c 100644
--- a/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md
+++ b/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/documentation.md
@@ -18,7 +18,7 @@
 
 ## PostgreSQL
 
-<p align="center"> 
+<p align="center">
     <img src="icon.png" width="150px;" class="pe-image-documentation"/>
 </p>
 
@@ -62,6 +62,12 @@ The username for the PostgreSQL Server.
 
 The password for the PostgreSQL Server.
 
+### Schema name
+The name of the schema where events will be stored (will be created if it does not exist)
+
+### Drop Table
+Deletes the Tables if it already exists and creates a new new table with the same name
+
 ## Output
 
 (not applicable for data sinks)
diff --git a/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/strings.en b/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/strings.en
index 7e3e423..5b6860c 100644
--- a/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/strings.en
+++ b/streampipes-sinks-databases-jvm/src/main/resources/org.apache.streampipes.sinks.databases.jvm.postgresql/strings.en
@@ -19,3 +19,8 @@ db_user.description=The username for the PostgreSQL Server
 db_password.title=Password
 db_password.description=The password for the PostgreSQL Server
 
+db_schema.title=Schema Name
+db_schema.description=The name of the schema where events will be stored (will be created if it does not exist)
+
+db_replaceTable.title=Replace Table if Exists
+db_replaceTable.description=Drops the table if exists and create a new table
\ No newline at end of file