* Tom Lane <[EMAIL PROTECTED]> [001114 15:07]:
> Is your copy of gram.y up to date?
$ find . -name gram.y
./src/backend/parser/gram.y
./src/pl/plpgsql/src/gram.y
$ more src/backend/parser/gram.y

src/backend/parser/gram.y 0%
%{

/*#define YYDEBUG 1*/
/*-------------------------------------------------------------------------
 *
 * gram.y
 *        POSTGRES SQL YACC rules/actions
 *
 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
 * Portions Copyright (c) 1994, Regents of the University of
 * California
 *
 *
 * IDENTIFICATION
 *        $Header:
 *        /home/projects/pgsql/cvsroot/pgsql/src/backend/parser/gram.y,
v 2.209 2000/11/14 18:37:49 tgl Exp $
 *
 * HISTORY
 *        AUTHOR                        DATE                    MAJOR
 *        EVENT
 *        Andrew Yu                     Sept, 1994
 *        POSTQUEL to SQL
conversion
 *        Andrew Yu                     Oct, 1994               lispy
 *        code conve
rsion
 *
$

> 
>                       regards, tom lane
-- 
Larry Rosenman                      http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Reply via email to