bc
Size: a a a
bc
bc
bc
GD
postgres -c config_file=/путь/postgresql.conf -c hba_file=/путь/pg_hba.conf
GD
postgres:
command: postgres -c config_file=/путь/postgresql.conf -c hba_file=/путь/pg_hba.conf
bc
postgres -c config_file=/путь/postgresql.conf -c hba_file=/путь/pg_hba.conf
GD
bc
А
instance_data #- '{OLD.title}'OLD - переменная триггера, его нужно положить в json
{}
. подскажите пжл как это сделать. срочно нужно😄М★
instance_data #- '{OLD.title}'OLD - переменная триггера, его нужно положить в json
{}
. подскажите пжл как это сделать. срочно нужно😄select (data::jsonb || ('{"title":'||OLD.title||'}')::jsonb)::json;
А
select (data::jsonb || ('{"title":'||OLD.title||'}')::jsonb)::json;
М★
ВЯ
ВЯ
М★
instance_data #- array[OLD.title]::text[];
ВЯ
А
А
instance_data #- array[OLD.title]::text[];
ВЯ
Y