Log Message:
-----------
Connect to databases with special names
Modified Files:
--------------
pgadmin3/src/include:
pgfeatures.h (r1.5 -> r1.6)
Index: pgfeatures.h
===================================================================
RCS file: /projects/pgadmin3/src/include/pgfeatures.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/include/pgfeatures.h -Lsrc/include/pgfeatures.h -u -w -r1.5 -r1.6
--- src/include/pgfeatures.h
+++ src/include/pgfeatures.h
@@ -17,5 +17,6 @@
FEATURE_ROTATELOG,
FEATURE_POSTMASTER_STARTTIME,
FEATURE_TERMINATE_BACKEND,
+ FEATURE_RELOAD_CONF,
FEATURE_LAST
};
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match