This patch mark datatype txtidx as 'extended' storage type.

Thanks.

Teodor Sigaev
REL7_2_STABLE
Bruce Momjian 24 years ago
parent 3f122576fd
commit c9483cb6e4
  1. 3
      contrib/tsearch/tsearch.sql.in

@ -15,7 +15,8 @@ LANGUAGE 'c' with (isstrict);
CREATE TYPE txtidx (
internallength = -1,
input = txtidx_in,
output = txtidx_out
output = txtidx_out,
storage = extended
);
CREATE FUNCTION txt2txtidx(text)

Loading…
Cancel
Save