| From: | Leif Biberg Kristensen <leif(at)solumslekt(dot)org> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Where is 'createdb'? |
| Date: | 2012-11-01 15:37:33 |
| Message-ID: | 201211011637.33609.leif@solumslekt.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Torsdag 1. november 2012 16.32.42 skrev Kevin Burton :
> This is probably a question for the authors of a book I have been reading
> but it may be faster to get an answer here.
>
>
>
> I was trying to follow along in a book 'Seven Databases in Seven Weeks' and
> chapter 2 deals with PostgreSQL. One of the first things it does is issue a
> command 'createdb book'. The text before this command says, "Once you have
> Postgres installed, create a schema called book using the following
> command: $ createdb book' But when I tried to issue this command (at a
> Linux command prompt) I get 'createdb command not found'. Are the authors
> out of date? What is the current command?
leif(at)balapapa ~ $ which createdb
/usr/bin/createdb
regards, Leif
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Opena | 2012-11-01 15:39:45 | Re: Where is 'createdb'? |
| Previous Message | Magnus Hagander | 2012-11-01 15:37:31 | Re: Where is 'createdb'? |