Re: creating tables with blob types - Mailing list pgsql-general

From Cornelia Boenigk
Subject Re: creating tables with blob types
Date
Msg-id 004401c20708$a51450a0$7f54fea9@zwerg98
Whole thread Raw
In response to creating tables with blob types  (Fathi Ben Nasr <fathi.engineer@gnet.tn>)
List pgsql-general
Hello

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

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

Regards
Conni




pgsql-general by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: binary files
Next
From: molinet
Date:
Subject: what do the operator * exactly ?