postgresql/src/include/commands
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC)
That means you can now set your options in either or all of $PGDATA/configuration,
some postmaster option (--enable-fsync=off), or set a SET command. The list of
options is in backend/utils/misc/guc.c, documentation will be written post haste.

pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
-Q, and -T options (no longer applicable, although -d0 does the same as -Q).

Added to configure an --enable-syslog option.

changed all callers from TPRINTF to elog(DEBUG)
2000-05-31 00:28:42 +00:00
..
async.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
cluster.h Add: 2000-01-26 05:58:53 +00:00
command.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
comment.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
copy.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
creatinh.h Add: 2000-01-26 05:58:53 +00:00
dbcommands.h Add: 2000-01-26 05:58:53 +00:00
defrem.h Implement reindex command 2000-02-18 09:30:20 +00:00
explain.h Add: 2000-01-26 05:58:53 +00:00
proclang.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
rename.h Add: 2000-01-26 05:58:53 +00:00
sequence.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
trigger.h Second round of fmgr changes: triggers are now invoked in new style, 2000-05-29 01:59:17 +00:00
user.h Second round of fmgr changes: triggers are now invoked in new style, 2000-05-29 01:59:17 +00:00
vacuum.h Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
variable.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
version.h Add: 2000-01-26 05:58:53 +00:00
view.h Add: 2000-01-26 05:58:53 +00:00