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
--