From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 8.0 beta status |
Date: | 2004-08-15 13:48:24 |
Message-ID: | 200408151348.i7FDmOH13777@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > However, I don't see any CVS commit that fixed this? What am I missing?
>
> The failure case is where the template database has a conflicting
> table. You didn't show us where you created that table, but it
> evidently was not in template1.
OK, reproduced by using template1:
create tablespace blah location '/bjm/tmp';
CREATE TABLESPACE
create table foo (i int) tablespace blah;
CREATE TABLE
create database foo tablespace blah;
ERROR: could not initialize database directory
DETAIL: Directory "/u/pgsql/data/pg_tblspc/17229/17232" already exists.
Gavin has posted a patch for this so I will put it in the patch queue.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Kendrick C. Wilson | 2004-08-16 17:23:40 | |
Previous Message | Gavin Sherry | 2004-08-15 05:02:28 | Re: 8.0 beta status |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-08-15 15:32:49 | Re: pg_dump 'die_on_errors' |
Previous Message | Gavin Sherry | 2004-08-15 10:59:08 | ALTER SCHEMA ... SET TABLESPACE |