--- sql/pgsql/parser3pgsql.C 2001/11/16 12:39:15 1.4 +++ sql/pgsql/parser3pgsql.C 2002/02/08 08:32:50 1.6 @@ -1,13 +1,13 @@ /** @file Parser PgSQL driver. - Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) + Copyright(c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexandr Petrosian (http://paf.design.ru) 2001.07.30 using PgSQL 7.1.2 */ -static const char *RCSId="$Id: parser3pgsql.C,v 1.4 2001/11/16 12:39:15 paf Exp $"; +static const char *RCSId="$Id: parser3pgsql.C,v 1.6 2002/02/08 08:32:50 paf Exp $"; #include "config_includes.h"