|
4 | 4 | * definition of the system "version" relation (pg_version) |
5 | 5 | * along with the relation's initial contents. |
6 | 6 | * |
| 7 | + * NOTE: this table has nothing to do with the overall Postgres system |
| 8 | + * version or anything like that. It is for defining individual relations |
| 9 | + * that have multiple concurrently-existing versions. Yes, there used to |
| 10 | + * be such a feature in Postgres, but it's been broken for a long time |
| 11 | + * (see src/backend/commands/_deadcode/version.c). The pg_version table |
| 12 | + * isn't even created at present. |
| 13 | + * |
7 | 14 | * |
8 | 15 | * Copyright (c) 1994, Regents of the University of California |
9 | 16 | * |
10 | | - * $Id: pg_version.h,v 1.8 1999/02/13 23:21:16 momjian Exp $ |
| 17 | + * $Id: pg_version.h,v 1.9 1999/10/24 19:22:37 tgl Exp $ |
11 | 18 | * |
12 | 19 | * NOTES |
13 | 20 | * the genbki.sh script reads this file and generates .bki |
|