Re: cannot makedb

From: "Van Ingen, Lane" <lvaningen(at)ESNCC(dot)com>
To: "Stephen Choularton" <mail(at)bymouth(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: cannot makedb
Date: 2005-03-29 12:42:07
Message-ID: A3FF4275060B76459B5C08A64AE330C805C24F@twmail.esncc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

There is no such command (that I know of). Looks like you really want to do a createdb or CREATE DATABASE
command. createdb can be issued from an operating system prompt; CREATE DATABASE would be executed from
inside psql. Both will crteate a database for you.

If you have a Postgres manual (version 8.0), createdb is described on p/ 929, CREATE DATABASE on p. 743.
-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org on behalf of Stephen Choularton
Sent: Tue 3/29/2005 2:33 AM
To: pgsql-novice(at)postgresql(dot)org
Cc:
Subject: [NOVICE] cannot makedb


Hi

Really lost. I have managed to get the prompt working but when I try to make a db nothing happens. (I am on windows XP)

template1-# \l
List of databases
Name | Owner | Encoding
-----------+----------+-----------
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
(2 rows)

template1-# makedb mydb
template1-# \l
List of databases
Name | Owner | Encoding
-----------+----------+-----------
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
(2 rows)

Can anyone tell me what I am doing wrong?

Stephen

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 27/03/2005

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Terry.Arnold 2005-03-29 14:56:05 oracle tools
Previous Message Andrei Reinus 2005-03-29 07:38:19 Re: cannot makedb