Tom Lane wrote:
> 
> "SELECT" still means what it says: the ability to do a select from
> the sequence, which lets you see the sequence parameters.  So what
> we really have is:
> 
>     SELECT: read sequence as a table
>     UPDATE: all sequence-specific operations.
> 
Since the sequence-specific operations are really just function calls, 
maybe it should be:SELECT:  read sequence as a tableEXECUTE: all sequence-specific operations.
Joe