diff options
Diffstat (limited to 'src/include/catalog/pg_rewrite.h')
-rw-r--r-- | src/include/catalog/pg_rewrite.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h index 00b0eb29746..e6a3fe7a29d 100644 --- a/src/include/catalog/pg_rewrite.h +++ b/src/include/catalog/pg_rewrite.h @@ -8,10 +8,10 @@ * --- ie, rule names are only unique among the rules of a given table. * * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_rewrite.h,v 1.18 2002/04/18 20:01:11 tgl Exp $ + * $Id: pg_rewrite.h,v 1.19 2002/06/20 20:29:49 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki |