| From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
|---|---|
| To: | Hackers List <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Committed patches; initdb required |
| Date: | 2000-11-06 16:41:03 |
| Message-ID: | 3A06DF1F.C018022A@alumni.caltech.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I've committed patches to do the following:
o Support AT TIME ZONE date/time syntax.
o Fix INTERVAL mixed-sign output representation. "ISO format" has
changed a little, and no longer uses the "AGO" qualifier but instead
uses signed numbers.
o Allow functions called with untyped constant strings to fall back to a
string type if available. Previously, PostgreSQL refused to chose
between types from different categories (e.g. string vs numeric).
o Add tests for OUTER JOIN syntax to the regression test. Needs more
work.
Since a couple of functions were added to pg_proc, an initdb is required
(sorry!).
- Thomas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-11-06 17:08:08 | Re: ResetSystemCaches(was Re: relation ### modified while in use) |
| Previous Message | Tom Lane | 2000-11-06 16:28:03 | Re: problems with configure |