CREATE EXTENSION url_encode; CREATE EXTENSION postgres=# SELECT url_encode('Ahoj Světe'), url_encode('Hello World'); url_encode │ url_encode ...