| From: | Bruce Momjian - CVS <momjian> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/backend/utils/adt (formatting.c oracle_compat.c) |
| Date: | 2000-09-25 12:58:47 |
| Message-ID: | 200009251258.e8PCwlK33926@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Date: Monday, September 25, 2000 @ 08:58:47
Author: momjian
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
from hub.org:/home/projects/pgsql/tmp/cvs-serv33900/pgsql/src/backend/utils/adt
Modified Files:
formatting.c oracle_compat.c
----------------------------- Log Message -----------------------------
the patch include:
- rename ichar() to chr() (discussed with Tom)
- add docs for oracle compatible routines:
btrim()
ascii()
chr()
repeat()
- fix bug with timezone in to_char()
- all to_char() variants return NULL instead textin("")
if it's needful.
The contrib/odbc is without changes and contains same routines as main
tree ... because I not sure how plans are Thomas with this :-)
Karel
---------------------------------------------------------------------------
This effectively one line patch should fix the fact that
foreign key definitions in create table were erroring if
a primary key was defined. I was using the columns
list to get the columns of the table for comparison, but
it got reused as a temporary list inside the primary key
stuff.
Stephan Szabo
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian - CVS | 2000-09-25 12:58:48 | pgsql/src/include/catalog (pg_proc.h) |
| Previous Message | Bruce Momjian - CVS | 2000-09-25 12:58:46 | pgsql/doc/src/sgml (func.sgml) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | The Hermit Hacker | 2000-09-25 13:45:22 | byacc problem with FreeBSD ... |
| Previous Message | Zeugswetter Andreas SB | 2000-09-25 09:44:01 | Q: How to #ifdef for dlopen() or a specific OS Version |