Create database with specific owner in psql

Postgresql July 17, 2017 python

Create database with specific owner in psql

python
CREATE DATABASE databasename WITH OWNER username  ENCODING='utf-8';