You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Test data update (Jenkins)
This commit is contained in:
10
docs/en/cli/postgres/AddRecords/bash.txt
vendored
10
docs/en/cli/postgres/AddRecords/bash.txt
vendored
@@ -1,6 +1,8 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres AddRecords \
|
||||
--table ""testtable"" \
|
||||
--rows ""[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'/tmp/xqdk5pfb.vav'},'ts_field':{'TIMESTAMP':'2025-09-15T22:10:42.7384528Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-09-15T22:10:42.7384528+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'ItsKey','value':10}},'jsonb_field':{'JSONB':{'key':'ItsKey','value':10}},'date_field':{'DATE':'2025-09-15T22:10:42.7384528Z'},'time_field':{'TIME':'2025-09-15T22:10:42.7384528Z'},'uuid_field':{'UUID':'bd502198-c3e3-4c9e-8ef2-77fa2e8f52df'}}]"" \
|
||||
--trn "true" \
|
||||
--table "testtable" \
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':'1'},'smallint_field':{'SMALLINT':'5'},'smallserial_field':{'SMALLSERIAL':'6'},'int_field':{'INT':'100'},'serial_field':{'SERIAL':'100'},'oid_field':{'OID':'24576'},'bigint_field':{'BIGINT':'9999999'},'bigserial_field':{'BIGSERIAL':'9999999'},'real_field':{'REAL':'15.2'},'dp_field':{'DOUBLE_PRECISION':'1.0002'},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'/tmp/g0d4og4q.2fl'},'ts_field':{'TIMESTAMP':'10/07/2025 14:11:28'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'10/07/2025 09:11:28'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'10/07/2025 14:11:28'},'time_field':{'TIME':'10/07/2025 14:11:28'},'uuid_field':{'UUID':'4aa5c8a9-e6e0-4784-ae3c-6633653c1e13'}}]" \
|
||||
--trn true \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/cniqnc1t.mxd.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
10
docs/en/cli/postgres/AddRecords/bat.txt
vendored
10
docs/en/cli/postgres/AddRecords/bat.txt
vendored
@@ -1,6 +1,8 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres AddRecords ^
|
||||
--table ""testtable"" ^
|
||||
--rows ""[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'/tmp/xqdk5pfb.vav'},'ts_field':{'TIMESTAMP':'2025-09-15T22:10:42.7384528Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-09-15T22:10:42.7384528+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'ItsKey','value':10}},'jsonb_field':{'JSONB':{'key':'ItsKey','value':10}},'date_field':{'DATE':'2025-09-15T22:10:42.7384528Z'},'time_field':{'TIME':'2025-09-15T22:10:42.7384528Z'},'uuid_field':{'UUID':'bd502198-c3e3-4c9e-8ef2-77fa2e8f52df'}}]"" ^
|
||||
--trn "true" ^
|
||||
--table "testtable" ^
|
||||
--rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':'1'},'smallint_field':{'SMALLINT':'5'},'smallserial_field':{'SMALLSERIAL':'6'},'int_field':{'INT':'100'},'serial_field':{'SERIAL':'100'},'oid_field':{'OID':'24576'},'bigint_field':{'BIGINT':'9999999'},'bigserial_field':{'BIGSERIAL':'9999999'},'real_field':{'REAL':'15.2'},'dp_field':{'DOUBLE_PRECISION':'1.0002'},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'/tmp/g0d4og4q.2fl'},'ts_field':{'TIMESTAMP':'10/07/2025 14:11:28'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'10/07/2025 09:11:28'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'10/07/2025 14:11:28'},'time_field':{'TIME':'10/07/2025 14:11:28'},'uuid_field':{'UUID':'4aa5c8a9-e6e0-4784-ae3c-6633653c1e13'}}]" ^
|
||||
--trn true ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/cniqnc1t.mxd.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
10
docs/en/cli/postgres/AddTableColumn/bash.txt
vendored
10
docs/en/cli/postgres/AddTableColumn/bash.txt
vendored
@@ -1,6 +1,8 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres AddTableColumn \
|
||||
--table ""testtable"" \
|
||||
--name ""new_field"" \
|
||||
--type ""TEXT"" \
|
||||
--table "testtable" \
|
||||
--name "new_field" \
|
||||
--type "TEXT" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/eaea0243.iwx.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
10
docs/en/cli/postgres/AddTableColumn/bat.txt
vendored
10
docs/en/cli/postgres/AddTableColumn/bat.txt
vendored
@@ -1,6 +1,8 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres AddTableColumn ^
|
||||
--table ""testtable"" ^
|
||||
--name ""new_field"" ^
|
||||
--type ""TEXT"" ^
|
||||
--table "testtable" ^
|
||||
--name "new_field" ^
|
||||
--type "TEXT" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/eaea0243.iwx.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/ClearTable/bash.txt
vendored
6
docs/en/cli/postgres/ClearTable/bash.txt
vendored
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres ClearTable \
|
||||
--table ""testtable"" \
|
||||
--table "testtable" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/ikomxbs4.5fx.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/ClearTable/bat.txt
vendored
6
docs/en/cli/postgres/ClearTable/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres ClearTable ^
|
||||
--table ""testtable"" ^
|
||||
--table "testtable" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/ikomxbs4.5fx.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
6
docs/en/cli/postgres/CreateDatabase/bash.txt
vendored
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateDatabase \
|
||||
--base ""testbase2"" \
|
||||
--base "testbase2" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/iq25lycc.ipe.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
6
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
6
docs/en/cli/postgres/CreateDatabase/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateDatabase ^
|
||||
--base ""testbase2"" ^
|
||||
--base "testbase2" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/iq25lycc.ipe.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
8
docs/en/cli/postgres/CreateTable/bash.txt
vendored
8
docs/en/cli/postgres/CreateTable/bash.txt
vendored
@@ -1,5 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateTable \
|
||||
--table ""somename"" \
|
||||
--cols ""/tmp/2dto03k1.tzv.json"" \
|
||||
--table "somename" \
|
||||
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID','wtf_field':'WTF'}" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/ogop3dbf.slz.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
8
docs/en/cli/postgres/CreateTable/bat.txt
vendored
8
docs/en/cli/postgres/CreateTable/bat.txt
vendored
@@ -1,5 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres CreateTable ^
|
||||
--table ""somename"" ^
|
||||
--cols ""/tmp/2dto03k1.tzv.json"" ^
|
||||
--table "somename" ^
|
||||
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID','wtf_field':'WTF'}" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/ogop3dbf.slz.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/DeleteDatabase/bash.txt
vendored
6
docs/en/cli/postgres/DeleteDatabase/bash.txt
vendored
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteDatabase \
|
||||
--base ""testbase2"" \
|
||||
--base "testbase2" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/24tjz0kq.u33.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
6
docs/en/cli/postgres/DeleteDatabase/bat.txt
vendored
6
docs/en/cli/postgres/DeleteDatabase/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteDatabase ^
|
||||
--base ""testbase2"" ^
|
||||
--base "testbase2" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/24tjz0kq.u33.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
8
docs/en/cli/postgres/DeleteRecords/bash.txt
vendored
8
docs/en/cli/postgres/DeleteRecords/bash.txt
vendored
@@ -1,5 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteRecords \
|
||||
--table ""test_data"" \
|
||||
--filter ""[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]"" \
|
||||
--table "test_data" \
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/fix0ss4w.wrf.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
8
docs/en/cli/postgres/DeleteRecords/bat.txt
vendored
8
docs/en/cli/postgres/DeleteRecords/bat.txt
vendored
@@ -1,5 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteRecords ^
|
||||
--table ""test_data"" ^
|
||||
--filter ""[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]"" ^
|
||||
--table "test_data" ^
|
||||
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/fix0ss4w.wrf.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/DeleteTable/bash.txt
vendored
6
docs/en/cli/postgres/DeleteTable/bash.txt
vendored
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteTable \
|
||||
--table ""test_data"" \
|
||||
--table "test_data" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/t4045524.3ov.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/DeleteTable/bat.txt
vendored
6
docs/en/cli/postgres/DeleteTable/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteTable ^
|
||||
--table ""test_data"" ^
|
||||
--table "test_data" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/t4045524.3ov.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,5 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteTableColumn \
|
||||
--table ""testtable"" \
|
||||
--name ""new_field"" \
|
||||
--table "testtable" \
|
||||
--name "new_field" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/zbh3klk5.2gd.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,5 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DeleteTableColumn ^
|
||||
--table ""testtable"" ^
|
||||
--name ""new_field"" ^
|
||||
--table "testtable" ^
|
||||
--name "new_field" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/zbh3klk5.2gd.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DisableAllDatabaseConnections \
|
||||
--base ""testbase2"" \
|
||||
--base "testbase2" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/z2uqk4k3.qss.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres DisableAllDatabaseConnections ^
|
||||
--base ""testbase2"" ^
|
||||
--base "testbase2" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/z2uqk4k3.qss.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
8
docs/en/cli/postgres/EnsureTable/bash.txt
vendored
8
docs/en/cli/postgres/EnsureTable/bash.txt
vendored
@@ -1,5 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres EnsureTable \
|
||||
--table ""test_new"" \
|
||||
--cols ""/tmp/xi5erf4o.rk4.json"" \
|
||||
--table "test_new" \
|
||||
--cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/povtpgc2.opp.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
8
docs/en/cli/postgres/EnsureTable/bat.txt
vendored
8
docs/en/cli/postgres/EnsureTable/bat.txt
vendored
@@ -1,5 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres EnsureTable ^
|
||||
--table ""test_new"" ^
|
||||
--cols ""/tmp/xi5erf4o.rk4.json"" ^
|
||||
--table "test_new" ^
|
||||
--cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/povtpgc2.opp.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres ExecuteSQLQuery \
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA.sql"" \
|
||||
--sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/5ipwpn4a.lmj.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
6
docs/en/cli/postgres/ExecuteSQLQuery/bat.txt
vendored
6
docs/en/cli/postgres/ExecuteSQLQuery/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres ExecuteSQLQuery ^
|
||||
--sql ""https://hut.openintegrations.dev/test_data/TEST_DATA.sql"" ^
|
||||
--sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/5ipwpn4a.lmj.json""
|
||||
--tls "{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true}"
|
||||
@@ -1,6 +1,6 @@
|
||||
oint postgres GenerateConnectionString \
|
||||
--addr "127.0.0.1" \
|
||||
--db ""postgres"" \
|
||||
--login ""bayselonarrend"" \
|
||||
--db "postgres" \
|
||||
--login "bayselonarrend" \
|
||||
--pass "***" \
|
||||
--port "5433"
|
||||
--port 5433
|
||||
@@ -1,6 +1,6 @@
|
||||
oint postgres GenerateConnectionString ^
|
||||
--addr "127.0.0.1" ^
|
||||
--db ""postgres"" ^
|
||||
--login ""bayselonarrend"" ^
|
||||
--db "postgres" ^
|
||||
--login "bayselonarrend" ^
|
||||
--pass "***" ^
|
||||
--port "5433"
|
||||
--port 5433
|
||||
6
docs/en/cli/postgres/GetRecords/bash.txt
vendored
6
docs/en/cli/postgres/GetRecords/bash.txt
vendored
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres GetRecords \
|
||||
--table ""testtable"" \
|
||||
--table "testtable" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/cfleng4k.so1.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
6
docs/en/cli/postgres/GetRecords/bat.txt
vendored
6
docs/en/cli/postgres/GetRecords/bat.txt
vendored
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres GetRecords ^
|
||||
--table ""testtable"" ^
|
||||
--table "testtable" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/cfleng4k.so1.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,2 +1,2 @@
|
||||
oint postgres GetRecordsFilterStrucutre \
|
||||
--empty "true"
|
||||
--empty true
|
||||
@@ -1,2 +1,2 @@
|
||||
oint postgres GetRecordsFilterStrucutre ^
|
||||
--empty "true"
|
||||
--empty true
|
||||
@@ -1,4 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres GetTableInformation \
|
||||
--table ""test_new"" \
|
||||
--table "test_new" \
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
|
||||
--tls ""/tmp/etxgl521.ih4.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
@@ -1,4 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint postgres GetTableInformation ^
|
||||
--table ""test_new"" ^
|
||||
--table "test_new" ^
|
||||
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
|
||||
--tls ""/tmp/etxgl521.ih4.json""
|
||||
--tls "{'use_tls':true,'accept_invalid_certs':true}"
|
||||
Reference in New Issue
Block a user