Обсуждение: creating tables with blob types

Поиск
Список
Период
Сортировка

creating tables with blob types

От
Fathi Ben Nasr
Дата:
Hello,

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


Re: creating tables with blob types

От
"Cornelia Boenigk"
Дата:
Hello

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

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

Regards
Conni