[PATCHES] Patch for listing runtime option details through server executable(pg_guc)

2003-06-30 Thread Aizaz Ahmed
side utilities to help configure GUC variables. (for example a GUI, for which this was created) Thanks, Aizaz Ahmed Attachments --- patch file: pg_guc.patch, new files: src/include/utils/guc_vars.h, /src/include/utils/pg_guc.h, src/backend/utils/misc/pg_guc.c To be applied to 7.4 devel

Re: [PATCHES] fix for new SUSET GUC variables

2003-07-09 Thread Aizaz Ahmed
On Wed, 2003-07-09 at 02:50, Bruce Momjian wrote: > I have applied this patch, which I posted previously. > > It adds a new GUC context USERLIMIT which prevents certain options from > being turned off or increased, for security. This fixes problems with > making some options SUSET. > ***

Re: [PATCHES] [HACKERS] allowed user/db variables

2003-07-28 Thread Aizaz Ahmed
On Sun, 2003-07-27 at 01:29, Joe Conway wrote: > Bruce Momjian wrote: > > Patch applied. Thanks. > /* > ! * Used for pg_settings. Keep in sync with config_type enum in guc_tables.h >*/ > static char *config_type_name[] = > { > *** > *** 176,181 > --- 176,182 >

Re: [PATCHES] [HACKERS] allowed user/db variables

2003-07-28 Thread Aizaz Ahmed
On Mon, 2003-07-28 at 10:57, Tom Lane wrote: > Good idea. Please send a patch that exports the guc.c array for use in > the other file. I'd lean towards the lower-cased spellings, though I'm > not strong about it. (I'd also not use a dash in "super-user".) I've attached the patch below. It modi