Re: A question about differences between createdb and "create database" - Mailing list pgsql-admin

From Tom Lane
Subject Re: A question about differences between createdb and "create database"
Date
Msg-id 15996.1140242551@sss.pgh.pa.us
Whole thread Raw
In response to A question about differences between createdb and "create database"  (Paul Vogel <paul.vogel@deadeyesoftware.com>)
List pgsql-admin
Paul Vogel <paul.vogel@deadeyesoftware.com> writes:
> So something is
> apparently different between the command line "createdb" command and the
> "create database" command.

Not a lot ... createdb just runs psql to issue a create database
command.  One possibility is that you gave createdb a mixed-case
database name, because it will double-quote the name before passing
it on to create database.

            regards, tom lane

pgsql-admin by date:

Previous
From: Arnau Rebassa Villalonga
Date:
Subject: how test postgresql.conf settings?
Next
From: Tom Lane
Date:
Subject: Re: Unrecognized service: 8.1.3 on Fedora Core 3