From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Jeff Davis <list-pgsql-general(at)dynworks(dot)com> |
Cc: | "Peter E(dot) Chen" <pchen3(at)jhmi(dot)edu>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Does Postgres support BLOB datatypes? |
Date: | 2002-01-08 22:38:08 |
Message-ID: | 200201082238.g08Mc8206472@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Jeff Davis wrote:
> A quote from the mysql.com docs:
>
> "The only difference between BLOB and TEXT types is that sorting and
> comparison is performed in case-sensitive fashion for BLOB values and
> case-insensitive fashion for TEXT values. In other words, a TEXT is a
> case-insensitive BLOB."
We do not have case-sensitive distinctions. We are always
case-sensitive unless you use a case-insisitive operator or a function
call.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-08 23:16:35 | Re: Query planner isn't using my indices |
Previous Message | Roderick A. Anderson | 2002-01-08 22:09:26 | Re: sequential scans and the like operator |