diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-03 16:45:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-03 16:45:06 +0000 |
commit | d20901a39bc6b968853546f4e76ba4337aa5eaa0 (patch) | |
tree | 55d3097621c5447b02fb37314d369c7bcb1aae39 /src/backend/utils/adt/bool.c | |
parent | eb339c7840522a229967d8155a6920282cfb07c1 (diff) | |
download | postgresql-d20901a39bc6b968853546f4e76ba4337aa5eaa0.tar.gz postgresql-d20901a39bc6b968853546f4e76ba4337aa5eaa0.zip |
Allow to_char(interval) and to_char(time) to use AM/PM specifications.
Map them to a single day, so '30 hours' is 'AM'.
Have to_char(interval) and to_char(time) use "HH", "HH12" as 12-hour
intervals, rather than bypass and print the full interval hours. This
is neeeded because to_char(time) is mapped to interval in this function.
Intervals should use "HH24", and document suggestion.
Allow "D" format specifiers for interval/time.
Diffstat (limited to 'src/backend/utils/adt/bool.c')
0 files changed, 0 insertions, 0 deletions