Gavin Sherry <swm(at)linuxworld(dot)com(dot)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