creating tables with blob types

Started by Fathi Ben Nasralmost 24 years ago2 messagesgeneral
Jump to latest
#1Fathi Ben Nasr
fathi.engineer@gnet.tn

Hello,

I can't figure out how to create tables with blob types.
Tried with psql, pgadmin unsuccessufully.
Can some one help me ?

#2Cornelia Boenigk
poppcorn@cornelia-boenigk.de
In reply to: Fathi Ben Nasr (#1)
Re: creating tables with blob types

Hello

CREATE TABLE binfield_oid (bindata oid [, column type]);

CREATE TABLE binfield_bytea(bindata bytea [, column type]);

Regards
Conni