marcelo Cortez <jmdc_marcelo@xxxxxxxxxxxx> writes: > the follow error: > Warning: pg_query(): Query failed: ERROR: no existe > la columna <<oid>> > " the column oid don't exists" in english. > CONTEXT: sentencia SQL: <<select oid from > public.pg_ts_cfg where locale = $1 >> You seem to have managed to create the pg_ts_cfg table without OIDs, but it's not clear how, because the CREATE command for it in tsearch.sql.in definitely specifies WITH OIDS. How did you set up your tsearch2 installation exactly? regards, tom lane