Index: src/backend/utils/misc/help_config.c
===================================================================
RCS file: /cvsroot/pgsql-server/src/backend/utils/misc/help_config.c,v
retrieving revision 1.1
diff -c -c -r1.1 help_config.c
*** src/backend/utils/misc/help_config.c	4 Jul 2003 16:41:21 -0000	1.1
--- src/backend/utils/misc/help_config.c	9 Jul 2003 17:56:29 -0000
***************
*** 143,148 ****
--- 143,149 ----
  	"SIGHUP",
  	"BACKEND",
  	"SUSET",
+ 	"USERLIMIT",
  	"USERSET"
  };
  
Index: src/include/utils/guc.h
===================================================================
RCS file: /cvsroot/pgsql-server/src/include/utils/guc.h,v
retrieving revision 1.33
diff -c -c -r1.33 guc.h
*** src/include/utils/guc.h	9 Jul 2003 06:47:34 -0000	1.33
--- src/include/utils/guc.h	9 Jul 2003 17:56:30 -0000
***************
*** 52,57 ****
--- 52,60 ----
   * non-super users.
   *
   * USERSET options can be set by anyone any time.
+  *
+  * When updating the GucContexts, please make sure to update the
+  * corresponding GucContext_names [] entries in pg_guc.c.
   */
  typedef enum
  {
