Re: copy from error

From: Michael Fuhr <mike(at)fuhr(dot)org>
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 18:46:45
Message-ID: 20060104184645.GA13417@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jan 04, 2006 at 06:30:50PM +0000, marcelo Cortez wrote:
> 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 >>

I'd guess that you're using tsearch2 but somehow the pg_ts_cfg table
was created without oids. In 8.1 default_with_oids is off, but
since tsearch2.sql creates the table "with oids" I'm wondering if
you created the table by some other means (i.e., not by running the
commands in tsearch2.sql).

--
Michael Fuhr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michelle Konzack 2006-01-04 18:49:30 create summaries and update a second table?
Previous Message marcelo Cortez 2006-01-04 18:30:50 copy from error