Re: a "catch all" type ... such a thing?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "Eugene E(dot)" <sad(at)bankir(dot)ru>
Cc: postgresql sql list <pgsql-sql(at)postgresql(dot)org>
Subject: Re: a "catch all" type ... such a thing?
Date: 2005-09-09 06:55:16
Message-ID: 6E4BFE76-9B75-4309-B993-CF0D5F7CAC2E@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Sep 9, 2005, at 3:09 PM, Eugene E. wrote:

> Marc G. Fournier wrote:
>
>> Are there any data types that can hold pretty much any type of
>> character? UTF-16 isn't supported (or its missing from teh docs),
>> and UTF-8 doesn't appear to have a big enough range ...
>>
>
> PLEASE Note: type of caracter is generally not a matter of _datatype_

That said, perhaps BYTEA would work. Not exactly the same as some
kind of text string though, as you could only use the BYTEA functions
for data manipulation. The SQLASCII encoding is *very* accepting, but
has its own issues, which a look in the archives will provide more info.

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Nikolay Samokhvalov 2005-09-09 12:23:00 SELECT: retrieve only 2 rows next to known row
Previous Message Eugene E. 2005-09-09 06:09:02 Re: a "catch all" type ... such a thing?