diff options
author | Magnus Hagander <magnus@hagander.net> | 2007-06-18 10:02:57 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2007-06-18 10:02:57 +0000 |
commit | 532834081d9e9d482ff50becab86e014b5f1db30 (patch) | |
tree | c6dcb91c7f1224490fda1b6820ae7be2d5c5decb /src/backend/utils/misc/guc.c | |
parent | de6a6383a70b4bdd7b0707fbe4e2da704294b263 (diff) |
Remove comment about modifying tab-complete.c for userset GUC.
Simon Riggs
Diffstat (limited to 'src/backend/utils/misc/guc.c')
-rw-r--r-- | src/backend/utils/misc/guc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index e808220b8fb..f801c060d78 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -10,7 +10,7 @@ * Written by Peter Eisentraut <peter_e@gmx.net>. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.397 2007/06/13 21:24:56 alvherre Exp $ + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.398 2007/06/18 10:02:57 mha Exp $ * *-------------------------------------------------------------------- */ @@ -417,11 +417,9 @@ const char *const config_type_names[] = * 5. Add it to src/backend/utils/misc/postgresql.conf.sample, if * appropriate * - * 6. Add it to src/bin/psql/tab-complete.c, if it's a USERSET option. + * 6. Don't forget to document the option. * - * 7. Don't forget to document the option. - * - * 8. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure + * 7. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure * it is not single quoted at dump time. */ |