diff options
Diffstat (limited to 'src/backend/parser/analyze.c')
-rw-r--r-- | src/backend/parser/analyze.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index 56da67c454..48178bcb21 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -3,9 +3,10 @@ * analyze.c * transform the parse tree into a query tree * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.c,v 1.132 2000/01/22 01:22:48 tgl Exp $ + * $Id: analyze.c,v 1.133 2000/01/26 05:56:41 momjian Exp $ * *------------------------------------------------------------------------- */ |