public inbox for [email protected]  
help / color / mirror / Atom feed
From: Roderick A. Anderson <[email protected]>
To: [email protected]
Subject: Re: Incorrect SQL on CREATE INDEX page
Date: Wed, 17 Mar 2010 08:38:06 -0700
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

Tom Lane wrote:
> Josh Kupershmidt <[email protected]> writes:
<snip />
>> Also, a more minor quibble about the same section: the first example says:
>>     To create a B-tree index on the column title  in the table films:
>>     CREATE UNIQUE INDEX title_idx ON films (title);
>> Perhaps the mention of "B-tree" should be omitted here, since "USING
>> btree" is not actually used in the SQL provided. Or is there an
>> explicit guarantee that CREATE UNIQUE INDEX will always use a B-Tree
>> documented somewhere?
> 
> It's pointed out further up the page that btree is the default access
> method.

Maybe change it to  " ... B-tree index (the default) on the column ... " 
for those of us with short memories.


\\||/
Rod
-- 




view thread (3+ 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]
  Subject: Re: Incorrect SQL on CREATE INDEX page
  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