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. |
||
|---|---|---|
| .. | ||
| 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 | ||