What character can be stored in TEXT? - Mailing list pgsql-general

From Chris Bitmead
Subject What character can be stored in TEXT?
Date
Msg-id 3BBBAF49.105@bitmead.com
Whole thread Raw
List 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?


pgsql-general by date:

Previous
From: "James F. Hranicky"
Date:
Subject: Re: Inserting encrypted data into postgres
Next
From: "Michael R. Fahey"
Date:
Subject: Re: Can't add PL/PGSQL function even after running createlang.