diff options
| author | Bruce Momjian | 2000-02-08 15:57:01 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-02-08 15:57:01 +0000 |
| commit | 394af52795f6bb02ae26af2ddca6cec0f255ee33 (patch) | |
| tree | 55facdc77ba9f6f3eee3cd7ff005e5ffdc2af46c /src/include/utils/formatting.h | |
| parent | 9ceb5d8a7bfc4a6315f37913afb5f3d6cefa651f (diff) | |
I'm sending patch with new version of to_char numbers formatting.
The PostgreSQL's to_char() is very compatible with Oracle's to_char
now. I hope that to_char's 3000 rows of source is without bugs, but
will good if anyone test it, for me it works very well :-)
Karel
----------------------------------------------------------------------
Karel Zak <[email protected]> http://home.zf.jcu.cz/~zakkr/
Diffstat (limited to 'src/include/utils/formatting.h')
| -rw-r--r-- | src/include/utils/formatting.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index b5b1a5ff1fa..51c649fd9da 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -2,13 +2,15 @@ /* ----------------------------------------------------------------------- * formatting.h * - * $Id: formatting.h,v 1.1 2000/01/25 23:53:56 momjian Exp $ + * $Id: formatting.h,v 1.2 2000/02/08 15:56:57 momjian Exp $ * * + * Portions Copyright (c) 1999-2000, PostgreSQL, Inc + * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. * - * 1999 Karel Zak "Zakkr" + * Karel Zak - Zakkr * * ----------------------------------------------------------------------- */ |
