More info needed on TEXT data type

From: Chris Bitmead <chris(at)bitmead(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: More info needed on TEXT data type
Date: 2001-10-03 01:52:35
Message-ID: 3BBA6F63.9080406@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to store binary data, but I don't
want to use large objects. Can TEXT type
store binary data, if not precisely what
range of characters can be stored in it?
Is there any other data type that would
be better to use?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message R Talbot 2001-10-03 02:06:56 Perl and PostgreSQL 7.1.2 a DBI Connection
Previous Message Hiroshi Inoue 2001-10-03 01:36:05 Re: LOCK TABLE oddness in PLpgSQL function called via JDBC