summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2011-02-09 21:26:48 +0000
committerPeter Eisentraut2011-02-09 21:26:48 +0000
commit2e2d56fea97f43cf8c40a87143bc10356e4ed4d4 (patch)
tree88aba2f6dfe087436173aa95d923ab83e247fe26 /src/include
parent183d3cff850eee12357b8b4a8c5e62362ba5d8cc (diff)
Information schema views for collation support
Add the views character_sets, collations, and collation_character_set_applicability.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 019cd8fab5a..18739adb391 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201102084
+#define CATALOG_VERSION_NO 201102091
#endif