1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/cli/postgres/AddRecords/bash.txt

5 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-02-18 14:01:44 +03:00
oint postgres AddRecords \
--table "testtable" \
2025-07-15 17:57:15 +00:00
--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/upo42i1v.aoj'},'ts_field':{'TIMESTAMP':'2025-07-15T17:00:44.7550899Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-07-15T17:00:44.7550899+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-07-15T17:00:44.7550899Z'},'time_field':{'TIME':'2025-07-15T17:00:44.7550899Z'},'uuid_field':{'UUID':'5cc0610a-cbe1-4f95-9a56-cc70bc8aad57'}}]" \
2025-02-18 14:01:44 +03:00
--trn true \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"