Re: copy from error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: copy from error
Date: 2006-01-04 19:36:12
Message-ID: 6476.1136403372@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

marcelo Cortez <jmdc_marcelo(at)yahoo(dot)com(dot)ar> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John McCawley 2006-01-04 19:36:45 Question about how an application should store "system"
Previous Message Jaime Casanova 2006-01-04 19:24:14 Re: Unique transaction ID