You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT overlay('aébc' placing 'X' from 3 for 1);
-- Panics; correct result is 'aéXc'
SELECT overlay('aébc' placing 'ZZ' from 2 for 2);
-- Returns 'aZZbc'; correct result is 'aZZc'
Describe the bug
To Reproduce
No response
Expected behavior
No response
Additional context
No response