BUG #5213: copy command gives error

From: "savita" <savita(dot)halli(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5213: copy command gives error
Date: 2009-11-25 07:58:53
Message-ID: 200911250758.nAP7wrVn030693@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5213
Logged by: savita
Email address: savita(dot)halli(at)gmail(dot)com
PostgreSQL version: 8.3.5
Operating system: AIX
Description: copy command gives error
Details:

Hi

I have a file which has data of a table. Now I want to copy this data into
postgres database.

When I am running the script which has copy command, it gives me error for
5th row. I compared the data for 4th and 5th row and looks similar.

I would like to know id there anyway I can get exact sql queries those are
running in postgres database. If so please give me the exact steps.

Thanks
Savita

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2009-11-25 08:34:25 Re: BUG #5185: postgres error "invalid page header in block xx of relation "pg_proc_proname_args_nsp_index"
Previous Message Greg Smith 2009-11-25 07:44:03 Re: [GENERAL] How duplicate data produce when a UNIQUE index exite ?