fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: fix for SELECT 1; SELECT 2 fails when sent not via psql, semicolon problem
Date: 1999-05-22 05:07:42
Message-ID: 199905220507.BAA25583@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Edmund Mergl 1999-05-22 07:00:03 Re: [HACKERS] strange behavior of UPDATE
Previous Message Edmund Mergl 1999-05-22 04:39:25 Re: [HACKERS] strange behavior of UPDATE