summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-05-13 15:47:31 -0400
committerRobert Haas <rhaas@postgresql.org>2011-05-13 15:51:03 -0400
commit9bb6d9795253bb521f81c626fea49a704a369ca9 (patch)
treecce2147cee0d333659c83f2bfaebd7d28e942ca7 /src/include
parentc5ab8425be07f6a866ce84dc03f87d6924421e72 (diff)
More cleanup of FOREIGN TABLE permissions handling.
This commit fixes psql, pg_dump, and the information schema to be consistent with the backend changes which I made as part of commit be90032e0d1cf473bdd99aee94218218f59f29f1, and also includes a related documentation tweak. Shigeru Hanada, with slight adjustment.
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 2df489f32ea..49d1e7db6f2 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201104251
+#define CATALOG_VERSION_NO 201105131
#endif