mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 15:47:01 -04:00
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) |
||
|---|---|---|
| .. | ||
| async.h | ||
| cluster.h | ||
| command.h | ||
| comment.h | ||
| copy.h | ||
| creatinh.h | ||
| dbcommands.h | ||
| defrem.h | ||
| explain.h | ||
| proclang.h | ||
| rename.h | ||
| sequence.h | ||
| trigger.h | ||
| user.h | ||
| vacuum.h | ||
| variable.h | ||
| version.h | ||
| view.h | ||