Re: creating tables with blob types

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: creating tables with blob types
Date: 2002-05-29 12:00:20
Message-ID: 004401c20708$a51450a0$7f54fea9@zwerg98
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

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

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

Regards
Conni

In response to

Browse pgsql-general by date

  From Date Subject
Next Message molinet 2002-05-29 13:48:22 what do the operator * exactly ?
Previous Message Cornelia Boenigk 2002-05-29 11:56:42 Re: binary files