mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
variable, instead calling same code in variable.c that is used to parse SET DATESTYLE. Fix bug: although backend's startup datestyle had been changed to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn't know about it. For consistency I have made the latter two reset to the PGDATESTYLE-defined initial value, which may not be the same as the compiled-in default of ISO. |
||
|---|---|---|
| .. | ||
| access | ||
| bootstrap | ||
| catalog | ||
| commands | ||
| executor | ||
| lib | ||
| libpq | ||
| mb | ||
| nodes | ||
| optimizer | ||
| parser | ||
| port | ||
| regex | ||
| rewrite | ||
| storage | ||
| tcop | ||
| utils | ||
| c.h | ||
| config.h.in | ||
| miscadmin.h | ||
| postgres.h | ||
| postgres_ext.h | ||
| rusagestub.h | ||
| strdup.h | ||
| version.h.in | ||