reverse ( text ) → textReverses the order of the characters in the string.
reverse('abcde') → edcbaReverses the order of the characters in the string.
reverse ( text ) → textReverses the order of the characters in the string.
reverse('abcde') → edcbareverse ( bytea ) → byteaReverses the order of the bytes in the binary string.
reverse('\xabcd'::bytea) → \xcdabDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source