Re: [GENERAL] Indexes on Expressions -- Parentheses

2004-09-28 Thread Stephan Szabo
[EMAIL PROTECTED] On Tue, 28 Sep 2004, Thomas F.O'Connell wrote: > From 11.5 in the docs: > > "The syntax of the CREATE INDEX command normally requires writing > parentheses around index expressions, as shown in the second example. > The parentheses may be omitted when the expression is just a f

[GENERAL] Indexes on Expressions -- Parentheses

2004-09-28 Thread Thomas F . O'Connell
>From 11.5 in the docs: "The syntax of the CREATE INDEX command normally requires writing parentheses around index expressions, as shown in the second example. The parentheses may be omitted when the expression is just a function call, as in the first example." But when I try this: db=# CREATE I