projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3beb072
)
Remove comment about modifying tab-complete.c for userset GUC.
author
Magnus Hagander
<magnus@hagander.net>
Mon, 18 Jun 2007 10:02:57 +0000
(10:02 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 18 Jun 2007 10:02:57 +0000
(10:02 +0000)
Simon Riggs
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 1bf7969417c24600cd01f9042b4ea5cf5969b880..cd47c10b4f604d442ec34fb807188c89414474c3 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-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.
*/