Re: Incorrect SQL on CREATE INDEX page - Mailing list pgsql-docs

From Roderick A. Anderson
Subject Re: Incorrect SQL on CREATE INDEX page
Date
Msg-id 4BA0F75E.6060903@cyber-office.net
Whole thread Raw
In response to Re: Incorrect SQL on CREATE INDEX page  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Tom Lane wrote:
> Josh Kupershmidt <schmiddy@gmail.com> 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
--

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Incorrect SQL on CREATE INDEX page
Next
From: Magnus Hagander
Date:
Subject: Re: The type of ssl_renegotiation_limit