Re: creating tables with blob types

Поиск
Список
Период
Сортировка
От Cornelia Boenigk
Тема Re: creating tables with blob types
Дата
Msg-id 004401c20708$a51450a0$7f54fea9@zwerg98
обсуждение исходный текст
Ответ на creating tables with blob types  (Fathi Ben Nasr <fathi.engineer@gnet.tn>)
Список pgsql-general
Hello

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

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

Regards
Conni




В списке pgsql-general по дате отправления:

Предыдущее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: binary files
Следующее
От: molinet
Дата:
Сообщение: what do the operator * exactly ?