Re: help with bison

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: help with bison
Дата
Msg-id 1556.1018539963@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: help with bison  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: help with bison  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> PrepareStmt:  PREPARE name AS prepare_query types_prepare_clause
> prepare_store

> There is a reasonably clear problem here. prepare_query encompasses much
> of the grammar of the parser so it will definately cause shift/reduce and
> reduce/reduce conflicts with the other two productions which follow
> it. Easy solution?

> PrepareStmt:  PREPARE name types_prepare_clause prepare_store AS
> prepare_query

Is there any existing standard to follow for the syntax of these
commands?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inefficient handling of LO-restore + Patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: 7.3 schedule