"G. Anthony Reina" <reina(at)nsi(dot)edu> writes:
> I'm running Postgres 7.0.3 on a RedHat Linux 6.1. For some reason, rtrim
> is giving me an incorrect result:
No, you have an incorrect understanding of rtrim. The second argument
is a set of removable characters, not a string to be matched.
AFAIK we are following Oracle in defining it that way ...
regards, tom lane