X-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 621915E37D0 for ; Sun, 15 Aug 2004 00:38:07 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 63332-09 for ; Sun, 15 Aug 2004 03:38:11 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id 08DCF5E3639 for ; Sun, 15 Aug 2004 00:37:58 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i7F3bTT27937; Sat, 14 Aug 2004 23:37:29 -0400 (EDT) From: Bruce Momjian Message-Id: <200408150337.i7F3bTT27937@candle.pha.pa.us> Subject: Re: 8.0 beta status In-Reply-To: <25964.1091850874@sss.pgh.pa.us> To: Tom Lane Date: Sat, 14 Aug 2004 23:37:29 -0400 (EDT) Cc: Christopher Kings-Lynne , pgsql-hackers@postgresql.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200408/883 X-Sequence-Number: 57852 Tom Lane wrote: > > http://groups.google.com.au/groups?q=tablespaces+group:comp.databases.postgresql.hackers&hl=en&lr=&ie=UTF-8&group=comp.databases.postgresql.hackers&scoring=d&selm=4107211C.2050508%40familyhealth.com.au&rnum=5 > > I think the problem here is that we don't have a syntax for saying > "my tablespace is the same as my database's default tablespace" or "my > tablespace is the same as my schema's default tablespace", when there is > an intermediate object (schema or table) that isn't using that > tablespace. (Note that "TABLESPACE pg_default" does definitely not mean > either of these.) > > This is fixable with some special syntax but is it worth the trouble? Seems we have to come up with some solution or dump/reload will not put things back in the same place for certain unusual configurations. Added to open items: * fix ambiguity for objects using default tablespaces -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073