Waiting for PostgreSQL 17 – Add to_bin() and to_oct().

from blog select * from depesz;, | ↗ original
On 23rd of August 2023, Nathan Bossart committed patch: Add to_bin() and to_oct(). This commit introduces functions for converting numbers to their equivalent binary and octal representations. Also, the base conversion code for these functions and to_hex() has been moved to a common helper function. Co-authored-by: Eric Radman Reviewed-by:...