createdb psql

Solutions on MaxInterview for createdb psql by the best coders in the world

showing results for - "createdb psql"
Martina
16 Jan 2018
1createdb [option...] [dbname [description]]
2
Anneke
12 Sep 2016
1$ createdb -p 5000 -h eden -E LATIN1 -e demo
2CREATE DATABASE demo ENCODING 'LATIN1';
3/*createdb [connection-option...] [option...] [dbname] [description]*/
similar questions
queries leading to this page
createdb psql