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

Started by Thomas Lockhart <>almost 26 years ago1 messagescomitters
Jump to latest
#1Thomas Lockhart <>
thomas_lockhart___@unknown.user

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.