Cause SHOW DATESTYLE to produce a string that will be accepted by SET
Tom Lane <tgl@sss.pgh.pa.us>
Cause SHOW DATESTYLE to produce a string that will be accepted by SET DATESTYLE, for instance 'SQL, European' instead of 'SQL with European conventions'. Per gripe a month or two back from Barry Lind.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +4 −4 |
| doc/src/sgml/ref/set.sgml | modified | +2 −2 |
| doc/src/sgml/ref/show.sgml | modified | +4 −4 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/backend/commands/variable.c | modified | +5 −35 |
| src/backend/utils/misc/guc.c | modified | +2 −2 |
| src/include/commands/variable.h | modified | +1 −2 |
| src/test/regress/expected/horology-no-DST-before-1970.out | modified | +15 −15 |
| src/test/regress/expected/horology.out | modified | +15 −15 |
| src/test/regress/expected/horology-solaris-1947.out | modified | +15 −15 |