From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Joe Conway <joseph(dot)conway(at)home(dot)com>
Cc:
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>,
Joerg Hessdoerfer <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com>,
<pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Bytea/Base64 encoders for libpq - interested?
Date:
2001-09-04 10:25:48
Message-ID:
Pine.LNX.4.30.0109041222481.828-100000@peter.localdomain (view raw or flat )
Thread:
2001-08-28 09:07:32 from Joerg Hessdoerfer <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com>
2001-08-28 09:55:28 from Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
2001-08-29 01:58:12 from Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
2001-08-29 02:22:22 from Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
2001-09-04 00:16:52 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-04 00:48:22 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 02:14:50 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-04 03:25:29 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-04 04:12:35 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-04 04:55:23 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-04 13:50:49 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 15:46:44 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-04 16:01:11 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 17:13:00 from Larry Rosenman <ler(at)lerctr(dot)org>
2001-09-04 22:58:21 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2001-09-04 22:56:06 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 23:09:17 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-05 20:34:06 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-06 17:39:49 from Marko Kreen <marko(at)l-t(dot)ee>
2001-09-06 17:43:53 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-06 18:08:26 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-07 06:47:21 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-04 16:44:49 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-04 17:33:26 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 17:34:37 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2001-09-04 04:45:05 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2001-09-04 10:25:48 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2001-09-04 15:37:35 from "Joe Conway" <joseph(dot)conway(at)home(dot)com>
2001-09-04 08:11:45 from Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Lists:
pgsql-hackers pgsql-patches
Joe Conway writes:
> On a related note, are there any other bytea functions we should have in the
> backend before freezing for 7.2?
The SQL standards has a lot of functions for BLOB...
> I was thinking it would be nice to have a
> way to cast bytea into text and vice-versa, so that the normal text
> functions could be used for things like LIKE and concatenation.
Better write a native LIKE function for bytea, now that some parts are
threatening to make the text-LIKE function use the locale collating
sequence. (Multibyte aware text could also have interesting effects.)
--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
In response to
Responses
pgsql-hackers by date
Next :From: Oliver ElphickDate: 2001-09-04 10:56:05
Subject : ODBC TODO list is way out of date
Previous :From : Karel ZakDate : 2001-09-04 08:11:45
Subject : Re: Bytea/Base64 encoders for libpq - interested?
pgsql-patches by date
Next :From: Reinhard MaxDate: 2001-09-04 12:08:05
Subject : Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal
Previous :From : Peter EisentrautDate : 2001-09-04 10:19:20
Subject : Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal