diff options
Diffstat (limited to 'src/include/catalog')
| -rw-r--r-- | src/include/catalog/pg_cast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index 069f2e8e60..97f3f82e04 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -4,13 +4,13 @@ * definition of the system "type casts" relation (pg_cast) * along with the relation's initial contents. * - * As of Postgres 7.5, pg_cast describes not only type coercion functions + * As of Postgres 8.0, pg_cast describes not only type coercion functions * but also length coercion functions. * * * Copyright (c) 2002-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.12 2004/06/16 01:26:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.13 2004/08/04 21:34:23 tgl Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki |
