issue creating database in postgresSQL

From: Thomas <tszhu2003(at)yahoo(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: issue creating database in postgresSQL
Date: 2016-09-17 22:16:30
Message-ID: 1474150590890-5921658.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I'm new to postgresSQL and try to create database. I connected as postgres
user/role, I ran create database test1 command without any error message,
but don't see test1 database being created when I used \list command to see
all databases. Can someone help to shed some light on why? Thanks.

--
View this message in context: http://postgresql.nabble.com/issue-creating-database-in-postgresSQL-tp5921658.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lucas Possamai 2016-09-19 03:00:13 Re: issue creating database in postgresSQL
Previous Message Thomas 2016-09-17 22:05:27 postgres create database command does not create database