Gavin Sherry <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to