Thread: bytea functions

bytea functions

From
"Eric Lu"
Date:
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?


Re: bytea functions

From
Tom Lane
Date:
"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