X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 2507B32A149 for ; Thu, 30 Sep 2004 03:40:39 +0100 (BST) 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 88877-05 for ; Thu, 30 Sep 2004 02:40:27 +0000 (GMT) Received: from sue.samurai.com (sue.samurai.com [205.207.28.74]) by svr1.postgresql.org (Postfix) with ESMTP id E06FC32A139 for ; Thu, 30 Sep 2004 03:40:30 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by sue.samurai.com (Postfix) with ESMTP id DCFEF3F2A; Wed, 29 Sep 2004 22:40:29 -0400 (EDT) Received: from sue.samurai.com ([127.0.0.1]) by localhost (sue.samurai.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 81139-01-9; Wed, 29 Sep 2004 22:40:29 -0400 (EDT) Received: from localhost (unknown [61.88.101.19]) by sue.samurai.com (Postfix) with ESMTP id 9F2343F01; Wed, 29 Sep 2004 22:40:28 -0400 (EDT) Subject: Re: Add tablespace index entry From: Neil Conway To: Kris Jurka Cc: pgsql-docs@postgresql.org In-Reply-To: References: Content-Type: text/plain Message-Id: <1096512001.28946.2819.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 30 Sep 2004 12:40:01 +1000 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailbox.samurai.com 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: 200409/48 X-Sequence-Number: 2567 On Wed, 2004-09-29 at 23:21, Kris Jurka wrote: > This adds an index entry for tablespaces which is tricky to find > otherwise. Patch applied -- thanks! (FWIW, adding index entries for stuff is a pretty easy TODO item, if anyone's looking for something worth contributing...) -Neil