ehalf Of Alexander B.
Sent: Wednesday, July 25, 2007 9:18 AM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Searching in a string with index
Hi,
When I search some words into a varchar column and this column has an
index.
Does Postgres use index??
The search is done this way:
create table tb_gen_pe
Hi,
When I search some words into a varchar column and this column has an index.
Does Postgres use index??
The search is done this way:
create table tb_gen_person (
pes_nro_doc numeric(14) not null,
pes_name varchar(150) not null,
constraint pk_person PRIMARY KEY(pes_nro_doc)
);
create inde