Re: A question about differences between createdb and "create database"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Paul Vogel <paul.vogel@xxxxxxxxxxxxxxxxxxx> 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


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux