EXTRACT Clarification

From: Thomas F(dot)O'Connell <tfo(at)sitening(dot)com>
To: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: EXTRACT Clarification
Date: 2004-09-29 12:35:32
Message-ID: 0E177963-1214-11D9-8537-000D93AE0944@sitening.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

Switching this thread to DOCS and renaming it...

Anyway, I think that this situation calls for some clarification in the
docs. If others agree, I'd be happy to submit a potential patch.

I'm thinking something like this (with thanks to Stephan):

Note: EXTRACT is not a true function. SQL defines it as an expression
that happens to look similar to a function call.

Is this wording acceptable? I'd imagine putting it at the end of 9.8.1.

Also, are there other expressions that fall into this category? I don't
know the spec well enough to know.

-tfo

On Sep 29, 2004, at 1:30 AM, Stephan Szabo wrote:

> sszabo(at)bigpanda(dot)com
>
> 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 function
>> call, as in the first example."
>>
>> But when I try this:
>>
>> db=# CREATE INDEX expression_idx on some_table( extract( year from
>> some_column ) );
>
> Extract(year from some_column) is not really just a function call it's
> an expression that looks similar to a function call because that's how
> SQL
> defined it.

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Kris Jurka 2004-09-29 13:21:49 Add tablespace index entry
Previous Message Stephan Szabo 2004-09-29 05:30:55 Re: Indexes on Expressions -- Parentheses

Browse pgsql-general by date

  From Date Subject
Next Message Kris Jurka 2004-09-29 13:25:59 Re: EXTRACT Clarification
Previous Message Najib Abi Fadel 2004-09-29 12:29:25 Re: Multiple Rules :: Postgres Is confused !!