DEFINITIONS

Definitions More Info.
Definition ID641
TitlePOSTGRESQL
CategoryNOTES
DefinitionHow to create a PostgreSQL Database
Definition DescriptionThere are two metods in which you can create two databases. Method 1: Creating the database in the PSQL prompt, with createuser command. # CREATE DATABASE mydb WITH OWNER ramesh; CREATE DATABASE Method 2: Creating the database in the shell prompt, with createdb command. $ /usr/local/pgsql/bin/createdb mydb -O ramesh CREATE DATABASE * -O owner name is the option in the command line.
RecordBycunay
Record Date04-05-2015 11:17:26
Düzenle
Kopyala
Sil