Re: cannot makedb

Поиск
Список
Период
Сортировка
От Van Ingen, Lane
Тема Re: cannot makedb
Дата
Msg-id A3FF4275060B76459B5C08A64AE330C805C24F@twmail.esncc.com
обсуждение исходный текст
Ответ на cannot makedb  ("Stephen Choularton" <mail@bymouth.com>)
Ответы Re: cannot makedb  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@postgresql.org on behalf of Stephen Choularton 
    Sent: Tue 3/29/2005 2:33 AM 
    To: pgsql-novice@postgresql.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
windowsXP)
 
     
    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


В списке pgsql-novice по дате отправления:

Предыдущее
От: Andrei Reinus
Дата:
Сообщение: Re: cannot makedb
Следующее
От: Terry.Arnold@Bull.com
Дата:
Сообщение: oracle tools