diff options
author | Bruce Momjian | 2004-07-21 20:43:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-07-21 20:43:53 +0000 |
commit | 4690cc9c7fbfd0e0357e15c11ed315be6a728b85 (patch) | |
tree | 4c8122b92073c387d9b7912b3bdadd8f7f3abd9d /src/include | |
parent | 7a55ba76151db6baf8760e035468f95b77b73153 (diff) |
The attached patch shows the new column "tablespace" in the mentioned
views.
Klaus Naumann
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/catalog/catversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 1f16ecf715..d7d180eaf5 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.246 2004/07/21 20:34:48 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.247 2004/07/21 20:43:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200407121 +#define CATALOG_VERSION_NO 200407211 #endif |