Re: Sequence usage patch

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Sequence usage patch
Дата
Msg-id 1054042904.52881.238.camel@jester
обсуждение исходный текст
Ответ на Re: Sequence usage patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Sequence usage patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Tue, 2003-05-27 at 00:21, Tom Lane wrote:
> Rod Taylor <rbt@rbt.ca> writes:
> > I don't see PREVIOUS as a reserved word, but CURRENT
> > certainly is -- WHERE CURRENT OF for cursors, and several other places.
>
> > The attached patch makes CURRENT a reserved word.
>
> I do not think it will be necessary to treat CURRENT as a fully-reserved
> word in order to support WHERE CURRENT OF, and accordingly I'm not very

Very well..  I'll hold onto the CURRENT portion until the term current
has been reserved (bound to happen eventually if we implement all of
SQL99).

Are you ok with the DB2 and draft-spec syntax of NEXT VALUE FOR (where
value is not a reserved word)?  Or should I hold onto that until the
spec has gone through the final draft / release?

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Sequence usage patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Bug #928: server_min_messages (log_min_messages in CVS)