"Gregory Stark" <[EMAIL PROTECTED]> writes:
>> CREATE TYPE image ( >> INPUT = image_in, >> OUTPUT = image_out, >> INTERNALLENGTH = -1, >> STORAGE = external >> ); > > ALTER column SET STORAGE EXTERNAL Hum. I just noticed that you had set STORAGE = external in your type declaration. That makes it pretty odd that it would be going through this code path at all. Could you send select * from pg_attribute where attrelid = 'sdssdr5.frame'::regclass and attname = 'img'; -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about EnterpriseDB's On-Demand Production Tuning ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org