Jim Nasby wrote:
[EMAIL PROTECTED] ~]$ psql bar
psql: FATAL:  database "bar" does not exist
[EMAIL PROTECTED] ~]$ createdb bar
createdb: database creation failed: ERROR: could not create directory "base/65536": File exists
[EMAIL PROTECTED] ~]$ createdb bar

Could this be a timing issue? IE: are you just issuing the first createdb bar too soon after the database has started?

I suspect this is a bug...

Probably not too soon, since postgresql is started by init.d during boot and it is probably a minute or so after that before I can get logged in, open a shell, issue the commands, etc.

--
-**-*-*---*-*---*-*---*-----*-*-----*---*-*---*-----*-----*-*-----*---
 Jon Lapham  <[EMAIL PROTECTED]>                Rio de Janeiro, Brasil
 Personal: http://www.jandr.org/
***-*--*----*-------*------------*--------------------*---------------


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to