CREATE EXTENSION url_encode; CREATE EXTENSION postgres=# SELECT url_encode('Ahoj Světe'), url_encode('Hello World'); url_encode │ url_encode ...
Note: This is a companion problem to the System Design problem: Design TinyURL. TinyURL is a URL shortening service where you enter a URL such as https://leetcode.com ...