* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/help_config.c,v 1.1 2003/07/04 16:41:21 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/help_config.c,v 1.2 2003/07/09 17:57:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
"SIGHUP",
"BACKEND",
"SUSET",
+ "USERLIMIT",
"USERSET"
};
* Copyright 2000-2003 by PostgreSQL Global Development Group
* Written by Peter Eisentraut
.
*
- * $Id: guc.h,v 1.33 2003/07/09 06:47:34 momjian Exp $
+ * $Id: guc.h,v 1.34 2003/07/09 17:57:47 momjian Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
* 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
{