bytea functions

Started by Eric Lualmost 22 years ago2 messagesgeneral
Jump to latest
#1Eric Lu
yclu@ecompliance.net

Hi,

I am just wondering if bytea functions (byteaeq, byteage,byteagt,...) will
be included in the offical document and assumed to be supported in future
release.
For now, I could only find them in release 7.2 note.
Your confirmation reply is appreciated.
Thanks!

Eric
ps.Is this the right place to go?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Eric Lu (#1)
Re: bytea functions

"Eric Lu" <yclu@ecompliance.net> writes:

I am just wondering if bytea functions (byteaeq, byteage,byteagt,...) will
be included in the offical document and assumed to be supported in future
release.

We generally do not bother to document functions that are only meant to
support operators. Use = >= etc.

regards, tom lane