pgsql-server/src/backend/parser gram.y

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/parser gram.y
Date: 2002-09-05 22:52:49
Message-ID: 20020905225249.9EFC44764C6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/05 18:52:49

Modified files:
src/backend/parser: gram.y

Log message:
Fix some operator-precedence problems. New constructs IS DISTINCT FRM
and IS [NOT] OF were not being parsed consistently with other IS forms.
Also, make the world a little safer for functions named LEFT, RIGHT, etc.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-06 00:01:54 pgsql-server/src/backend/commands tablecmds.c
Previous Message Bruce Momjian - CVS 2002-09-05 22:24:23 pgsql-server/src/interfaces/libpq fe-connect.c