> > 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... > OK - thanks. I'll take a look. > > 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.) > Sounds like good advice. I'll try to get both the cast functions and a native bytea LIKE function done. -- Joe ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Bruce Momjian
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Bruce Momjian
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Joe Conway
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Bruce Momjian
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Joe Conway
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Peter Eisentraut
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Joe Conway
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Joe Conway
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Bruce Momjian
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Larry Rosenman
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Bruce Momjian
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Tom Lane
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Joe Conway
- Re: [HACKERS] Bytea/Base64 encoders for libpq - intereste... Peter Eisentraut