pgsql/src/backend/parser (gram.y)

From: Thomas Lockhart <thomas>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser (gram.y)
Date: 2000-08-07 06:54:52
Message-ID: 200008070654.e776sqF86761@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, August 7, 2000 @ 02:54:52
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser

Modified Files:
gram.y

----------------------------- Log Message -----------------------------

Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they
are allowed in the func_name production. Otherwise, we can't define
more like() and ilike() functions for new data types.

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2000-08-07 12:32:55 pgsql/src/bin/pg_dump (pg_dump.c pg_dump.h)
Previous Message Thomas Lockhart 2000-08-07 01:45:01 pgsql/src/backend/utils/adt (like.c)