| From: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
|---|---|
| To: | pgsql-patches <pgsql-patches(at)postgreSQL(dot)org> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
| Subject: | oracle compatible func. |
| Date: | 2000-09-22 12:17:36 |
| Message-ID: | Pine.LNX.3.96.1000922140258.23675D-101000@ara.zf.jcu.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Hi,
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
| Attachment | Content-Type | Size |
|---|---|---|
| ora-09222000.patch.gz | application/x-gzip | 1.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-09-23 03:30:25 | Re: oracle compatible func. |
| Previous Message | Adam Haberlach | 2000-09-22 01:18:39 | Minor patch to C++ large object interface (cures two ills) |