BLOb is OID
CREATE TABLE images (imagefield oid);
- Original Message -
From: David Lanier <[EMAIL PROTECTED]>
To: PGSQL-General <[EMAIL PROTECTED]>
Sent: 14 Îêòîìâðè 1999 ã. 18:15
Subject: [GENERAL] insert BLOB
> I'm relatively new to Postgres.
>
> I'd l
I'm relatively new to Postgres.
I'd like some help setting up a BLOB (binary large object) field to hold
images, and more importantly, inserting data (images) into it. We're using
version 6.5.1.
I tried this:
CREATE TABLE images (imagefield blob);
but I got an error, stating "Unable to locate