|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>. |
11 | 11 | * |
12 | 12 | * IDENTIFICATION |
13 | | - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.397 2007/06/13 21:24:56 alvherre Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.398 2007/06/18 10:02:57 mha Exp $ |
14 | 14 | * |
15 | 15 | *-------------------------------------------------------------------- |
16 | 16 | */ |
@@ -417,11 +417,9 @@ const char *const config_type_names[] = |
417 | 417 | * 5. Add it to src/backend/utils/misc/postgresql.conf.sample, if |
418 | 418 | * appropriate |
419 | 419 | * |
420 | | - * 6.Add it tosrc/bin/psql/tab-complete.c, if it's a USERSET option. |
| 420 | + * 6.Don't forget todocument the option. |
421 | 421 | * |
422 | | - * 7. Don't forget to document the option. |
423 | | - * |
424 | | - * 8. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure |
| 422 | + * 7. If it's a new GUC_LIST option you must edit pg_dumpall.c to ensure |
425 | 423 | * it is not single quoted at dump time. |
426 | 424 | */ |
427 | 425 |
|
|