public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bruce Momjian <[email protected]>
To: Tom Lane <[email protected]>
Cc: Christopher Kings-Lynne <[email protected]>
Cc: [email protected]
Subject: Re: 8.0 beta status
Date: Sun, 15 Aug 2004 09:48:24 -0400 (EDT)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>

Tom Lane wrote:
> Bruce Momjian <[email protected]> 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
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073




view thread (16+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: 8.0 beta status
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox