postgresql/src/backend/utils
Bruce Momjian d20901a39b 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.
2005-12-03 16:45:06 +00:00
..
adt Allow to_char(interval) and to_char(time) to use AM/PM specifications. 2005-12-03 16:45:06 +00:00
cache Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
error Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
hash Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
init Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mb Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
misc Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
mmgr Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
resowner Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
sort Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
time Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
Makefile Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00