On 10/4/07, Bruce, Tim <tim(dot)bruce(at)fiserv(dot)com> wrote:
> Hello all….
>
> I'm doing some testing on a new server and there is no postgres database. I
> can connect with the user postgres to the database template1.
Hi Tim,
I'm guessing the createdb command is what you're missing (examples at
the bottom):
http://www.postgresql.org/docs/7.4/interactive/app-createdb.html
Here is another example:
http://www.postgresql.org/docs/7.4/interactive/sql-createdatabase.html
I think that will get you a little bit further.
Regards,
Mark