Re: copy command and blobs

From: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
To: Madhu Ramachandran <iammadhu(at)gmail(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: copy command and blobs
Date: 2011-01-20 20:17:24
Message-ID: 4D389854.80603@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Madhu Ramachandran wrote:
> hello,
>
> i have a table with OID column.. I want to use the copy command to
> insert bunch of rows (1 million).
> but iam unable to specify the correct format for the oid type (i have
> .jpg files to be stored in this column)..
Huh? oid is a keyword, an automatically generated row id, and is
deprecated. You shouldn't be doing anything with it, much less copying it.

--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2011-01-20 21:11:33 Re: copy command and blobs
Previous Message Madhu Ramachandran 2011-01-20 20:12:48 copy command and blobs