]> granicus.if.org Git - postgresql/commit
Cause SHOW DATESTYLE to produce a string that will be accepted by SET
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 19:19:56 +0000 (19:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jul 2003 19:19:56 +0000 (19:19 +0000)
commitcfa6999d3b1bdcaa058c90392057a044b0f067e8
tree90ef7c28ad711dc77543ef3d954528c6949ae000
parent274328c8a88319f0a16d57c82128ee80ac26e578
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.
doc/src/sgml/func.sgml
doc/src/sgml/ref/set.sgml
doc/src/sgml/ref/show.sgml
doc/src/sgml/release.sgml
src/backend/commands/variable.c
src/backend/utils/misc/guc.c
src/include/commands/variable.h
src/test/regress/expected/horology-no-DST-before-1970.out
src/test/regress/expected/horology-solaris-1947.out
src/test/regress/expected/horology.out