You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
CREATEINDEXitem_mi_fts_idx01ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/MessageInfo//text()'::text, content))::text[], ''::text))) WHERE ((datapartition ='TRANSACTION'::p6core.itempartitiontype) AND ((datatype)::text='TransactionInfo'::text));
CREATEINDEXitem_mi_fts_idx02ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/MessageInfo/CreationDate//text()'::text, content))::text[], ''::text))) WHERE ((datapartition ='TRANSACTION'::p6core.itempartitiontype) AND ((datatype)::text='TransactionInfo'::text));
CREATEINDEXitem_mi_fts_idx03ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/MessageInfo/BusinessDocName//text()'::text, content))::text[], ''::text))) WHERE ((datapartition ='TRANSACTION'::p6core.itempartitiontype) AND ((datatype)::text='TransactionInfo'::text));
CREATEINDEXitem_mi_fts_idx04ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/MessageInfo/BusinessDocNumber//text()'::text, content))::text[], ''::text))) WHERE ((datapartition ='TRANSACTION'::p6core.itempartitiontype) AND ((datatype)::text='TransactionInfo'::text));
CREATEINDEXitem_mi_fts_idx05ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/MessageInfo/LastStatusCode//text()'::text, content))::text[], ''::text))) WHERE ((datapartition ='TRANSACTION'::p6core.itempartitiontype) AND ((datatype)::text='TransactionInfo'::text));
@@ -769,6 +832,34 @@ CREATE INDEX item_ti_fts_idx04 ON p6core.transaction USING gist (to_tsvector('en
769
832
CREATEINDEXitem_ti_fts_idx05ONp6core.transaction USING gist (to_tsvector('english'::regconfig, public.array_to_string_i((xpath('/TransactionInfo/LastStatusCode//text()'::text, content))::text[], ''::text))) WHERE ((datatype)::text='TransactionInfo'::text);
CREATEINDEXitem_ti_idx01ONp6core.transaction USING btree (((public.array_to_string_i((xpath('/TransactionInfo/CreationDate//text()'::text, content))::text[], ''::text))::character varying(256))) WHERE ((datatype)::text='TransactionInfo'::text);
CREATEINDEXitem_ti_idx02ONp6core.transaction USING btree (((public.array_to_string_i((xpath('/TransactionInfo/BusinessDocName//text()'::text, content))::text[], ''::text))::character varying(256))) WHERE ((datatype)::text='TransactionInfo'::text);
CREATEINDEXitem_ti_idx03ONp6core.transaction USING btree (((public.array_to_string_i((xpath('/TransactionInfo/BusinessDocNumber//text()'::text, content))::text[], ''::text))::character varying(256))) WHERE ((datatype)::text='TransactionInfo'::text);
CREATEINDEXitem_ti_idx04ONp6core.transaction USING btree (((public.array_to_string_i((xpath('/TransactionInfo/LastStatusCode//text()'::text, content))::text[], ''::text))::character varying(256))) WHERE ((datatype)::text='TransactionInfo'::text);
0 commit comments