On Thu, Mar 8, 2012 at 6:43 AM, Dave Page <dpage@pgadmin.org> wrote:
On Thu, Mar 8, 2012 at 12:26 PM, Michael Shapiro <mshapiro51@gmail.com> wrote: > SInce postgres would require a semi-colon between stmts, you could use that > fact to determine where a stmt starts and where it ends (even for the case > when the last stmt doesn't have one)
What if there's a semi colon in a comment, string, anonymous block or stored procedure? We need a parser to deal with that, not just a simple split on semi colons.