fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem
Date
Msg-id 199905220507.BAA25583@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
I have fixed:
SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem

Our grammer was way too overly complex in this area, and is much
clearer, with no shift/reduce conflicts.  To test, run postgres from the
command line.  psql already breaks up the commands.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Edmund Mergl
Date:
Subject: Re: [HACKERS] strange behavior of UPDATE
Next
From: Edmund Mergl
Date:
Subject: Re: [HACKERS] strange behavior of UPDATE