Re: Incorrect SQL on CREATE INDEX page

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: Incorrect SQL on CREATE INDEX page
Дата
Msg-id 4BA0F75E.6060903@cyber-office.net
обсуждение исходный текст
Ответ на Re: Incorrect SQL on CREATE INDEX page  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Incorrect SQL on CREATE INDEX page
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: The type of ssl_renegotiation_limit