postgresql/doc/src
Bruce Momjian ebdfac3bb1 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
2000-09-25 12:58:47 +00:00
..
FAQ These are obsolete. 2000-09-23 00:42:36 +00:00
graphics Save changes from last docs release. 2000-07-14 15:28:16 +00:00
sgml the patch include: 2000-09-25 12:58:47 +00:00
Makefile Define ZIP rather than GZIP. 2000-09-12 03:47:36 +00:00