mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 23:36:06 -04:00
- 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
|
||
|---|---|---|
| .. | ||
| catalog.h | ||
| catname.h | ||
| catversion.h | ||
| duplicate_oids | ||
| heap.h | ||
| index.h | ||
| indexing.h | ||
| pg_aggregate.h | ||
| pg_am.h | ||
| pg_amop.h | ||
| pg_amproc.h | ||
| pg_attrdef.h | ||
| pg_attribute.h | ||
| pg_class.h | ||
| pg_database.h | ||
| pg_description.h | ||
| pg_group.h | ||
| pg_index.h | ||
| pg_inheritproc.h | ||
| pg_inherits.h | ||
| pg_ipl.h | ||
| pg_language.h | ||
| pg_listener.h | ||
| pg_log.h | ||
| pg_opclass.h | ||
| pg_operator.h | ||
| pg_proc.h | ||
| pg_relcheck.h | ||
| pg_rewrite.h | ||
| pg_shadow.h | ||
| pg_statistic.h | ||
| pg_trigger.h | ||
| pg_type.h | ||
| pg_variable.h | ||
| pg_version.h | ||
| unused_oids | ||